Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Heptazhou committed Jan 18, 2025
1 parent c2ec00c commit d839ee8
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/packages/7-zip-full/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7-zip-full-v24.08-1
7-zip-full-v24.09-1
4 changes: 2 additions & 2 deletions .github/workflows/make-7-zip-full.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/make-iraf-bin.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/make-libcurl-julia-bin.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/make-nsis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/make-wine64.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/make-yay.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .github/workflows/repo-sync.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/repo-updt.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions workflows.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2022-2024 Heptazhou <[email protected]>
# Copyright (C) 2022-2025 Heptazhou <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -16,7 +16,7 @@ using Exts
using TOML: TOML
using YAML: yaml

const COMPRESS = "zstdmt -17 -M1024M --long"
const COMPRESS = "zstdmt -18 -M1024M --long"
const NAME, MAIL = "Seele", "[email protected]"
const PACKAGER = "$NAME <$MAIL>"
const PUSH_NOP = "Everything up-to-date"
Expand Down Expand Up @@ -247,14 +247,15 @@ end
# https://aur.archlinux.org/packages
const pkg = LDict(
# [depends..., pkgbase] => (sync, make, pkgver_pkgrel),
["7-zip-full"] => (1, 1, "24.08-1"),
["7-zip-full"] => (1, 1, "24.09-1"),
["apt-zsh-completion"] => (1, 0, "5.9-1"),
["conda-zsh-completion"] => (1, 0, "0.11-1"),
["glibc-linux4"] => (1, 0, "2.38-1"),
["iraf-bin"] => (1, 0, "2.18.1rc1-2"),
["libcurl-julia-bin"] => (1, 1, "1.11-1"),
["locale-mul_zz"] => (1, 0, "2.0-3"),
["mingw-w64-zlib", "nsis"] => (1, 1, "3.10-1"),
["python312"] => (1, 0, "3.12.8-1"),
["wine-wow64"] => (1, 0, "9.21-1"),
["wine64"] => (0, 1, "9.21-1"),
["xgterm-bin"] => (1, 0, "2.2rc1-3"),
Expand Down

0 comments on commit d839ee8

Please sign in to comment.