Compare commits

...

6 Commits

Author SHA1 Message Date
Hilton Chain
9dbc67579d
rosenthal: cloudflared: Update to 2025.1.0.
* rosenthal/packages/networking.scm (cloudflared): Update to 2025.1.0.
2025-01-21 18:45:33 +08:00
Hilton Chain
891d09e2e9
rosenthal: wakatime-cli-bin: Update to 1.112.1.
* rosenthal/packages/binaries.scm (wakatime-cli-bin): Update to 1.112.1.
2025-01-21 18:45:08 +08:00
Hilton Chain
707841ba58
rosenthal: sing-box-bin: Update to 1.10.7.
* rosenthal/packages/binaries.scm (sing-box-bin): Update to 1.10.7.
2025-01-21 18:44:48 +08:00
Hilton Chain
9b0e1b2bae
rosenthal: hugo-bin: Update to 0.141.0.
* rosenthal/packages/binaries.scm (hugo-bin): Update to 0.141.0.
2025-01-21 18:44:32 +08:00
Hilton Chain
f199bf4c13
rosenthal: mihomo-bin: Update to 1.19.1.
* rosenthal/packages/binaries.scm (mihomo-bin): Update to 1.19.1.
2025-01-21 18:44:21 +08:00
Hilton Chain
4ec9e07cc9
rosenthal: Add package manifest.
* etc/manifest: New file.
2025-01-21 18:42:58 +08:00
3 changed files with 41 additions and 10 deletions

31
etc/manifest Normal file
View File

@ -0,0 +1,31 @@
;; -*- mode: scheme -*-
;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space>
;;
;; SPDX-License-Identifier: CC0-1.0
(specifications->manifest
'(
"atuin-bin"
"cloudflare-warp-bin"
"cloudflared"
"dinit"
"hugo-bin"
"mihomo-bin"
"shadow-tls-bin"
"sing-box-bin"
"tailscale-bin"
"tree-sitter-yaml"
"wakapi-bin"
"wakatime-cli-bin"
;; TODO: Updater unavailable.
;; "clash-bin"
;; "dnsmasq-china-list"
;; "emacs-pcmpl-tailscale"
;; "emacs-wakatime-mode"
;; "forgejo"
;; "grub-efi-luks2"
;; "miniflux-injector-icecat"
;; "sidebery-icecat"
;; "socks2http"
))

View File

@ -104,7 +104,7 @@ protocols out-of-the-box.")
(define-public mihomo-bin
(package
(name "mihomo-bin")
(version "1.19.0")
(version "1.19.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -112,7 +112,7 @@ protocols out-of-the-box.")
version "/mihomo-linux-amd64-v" version ".gz"))
(sha256
(base32
"0y3hwwzgiy81zjil3kgc1llz9s8hlbyy35ykr59za3fyc53l269q"))))
"0g1qzvxnvbxhpf88ck898yh8avbc2n80jmfj9b713w90sdndj8bi"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
@ -207,7 +207,7 @@ different needs.")
(define-public hugo-bin
(package
(name "hugo-bin")
(version "0.140.1")
(version "0.141.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -215,7 +215,7 @@ different needs.")
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
(sha256
(base32
"0bzpw3bylgwzgsf570ywvlp9v7z3wh73gb4yw8kjip9s2klnxvvy"))))
"0zdsq32jrd0plxwvprvl8yvamxayvkj1aw0biyyj4ljlhd23yhxw"))))
(build-system copy-build-system)
(arguments
(list #:install-plan #~'(("hugo" "bin/"))
@ -348,7 +348,7 @@ in sidebar.")
(define-public sing-box-bin
(package
(name "sing-box-bin")
(version "1.10.5")
(version "1.10.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -356,7 +356,7 @@ in sidebar.")
version "/sing-box-" version "-linux-amd64.tar.gz"))
(sha256
(base32
"1yysfdac9g61qn5pj7r0nyy3jrar55g5h0g7c7k2b0843ldkvd8q"))))
"1zh0grl6ng9fcmhh0s1xxhm7gji8jnj2f0k4w0hiwklbbiwa0l8r"))))
(build-system copy-build-system)
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
(supported-systems '("x86_64-linux"))
@ -420,7 +420,7 @@ coding statistics.")
(define-public wakatime-cli-bin
(package
(name "wakatime-cli-bin")
(version "1.107.0")
(version "1.112.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/wakatime/wakatime-cli"
@ -428,7 +428,7 @@ coding statistics.")
"/wakatime-cli-linux-amd64.zip"))
(sha256
(base32
"03d9bl1av8z5qg0991d39bsmijlhnn25cq889y44rbh9qn9gzqhf"))))
"05z6vj86644f76vwwc8r4mfgypwpbfpff77a77mnd8z10c5l5ixf"))))
(build-system copy-build-system)
(arguments
(list #:install-plan

View File

@ -14,7 +14,7 @@
(define-public cloudflared
(package
(name "cloudflared")
(version "2024.12.2")
(version "2025.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -26,7 +26,7 @@
;; (snippet '(delete-file-recursively "vendor"))
(sha256
(base32
"1a8dxhcd99ks051fc26kfzvjbn6ds3fny53rrqjyxgc9r0vpqkc2"))))
"1rvfzjwqpnl7kplk34jbl1s6vvdpvz3497wn0qp84320169fj437"))))
(build-system go-build-system)
(arguments
(list #:go go-1.23