mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-31 14:54:21 +00:00
Compare commits
10 Commits
3da3fa1eee
...
fb123e8840
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb123e8840 | ||
|
|
f6feed951a | ||
|
|
13171a0367 | ||
|
|
f7671489fe | ||
|
|
4b5e6520d9 | ||
|
|
df8f268abb | ||
|
|
2c4a9784f4 | ||
|
|
4b9d1af9a7 | ||
|
|
b45a505f97 | ||
|
|
5ce3ca6da3 |
@ -11,7 +11,7 @@
|
|||||||
#:use-module (guix upstream)
|
#:use-module (guix upstream)
|
||||||
#:export (%cloudflare-warp-updater))
|
#:export (%cloudflare-warp-updater))
|
||||||
|
|
||||||
(define* (cloudflare-warp-import pkg #:key (version #f))
|
(define* (cloudflare-warp-import pkg #:key version partial-version?)
|
||||||
(let* ((source-uri (assq-ref (package-properties pkg) 'release-monitoring-url))
|
(let* ((source-uri (assq-ref (package-properties pkg) 'release-monitoring-url))
|
||||||
(response port (http-get source-uri #:streaming? #t))
|
(response port (http-get source-uri #:streaming? #t))
|
||||||
(content (recutils->alist port))
|
(content (recutils->alist port))
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
(define bitwarden
|
(define bitwarden
|
||||||
(package
|
(package
|
||||||
(name "bitwarden")
|
(name "bitwarden")
|
||||||
(version "2025.1.3")
|
(version "2025.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
(uri (string-append "https://github.com/bitwarden/clients"
|
(uri (string-append "https://github.com/bitwarden/clients"
|
||||||
@ -38,7 +38,7 @@
|
|||||||
"/dist-firefox-" version ".zip"))
|
"/dist-firefox-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y1vlwvbjmkcspazs7wz4cswjby9i5qi0zj7c02dl06n6kprl7l6"))))
|
"08sw4bq9lkzm6c4j7czdsv5r2nn2v1128vrfd41f02jx18la5cfw"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
@ -120,7 +120,7 @@ protocols out-of-the-box.")
|
|||||||
(define-public cloudflare-warp-bin
|
(define-public cloudflare-warp-bin
|
||||||
(package
|
(package
|
||||||
(name "cloudflare-warp-bin")
|
(name "cloudflare-warp-bin")
|
||||||
(version "2024.12.554.0")
|
(version "2025.1.861.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pkg.cloudflareclient.com"
|
(uri (string-append "https://pkg.cloudflareclient.com"
|
||||||
@ -128,7 +128,7 @@ protocols out-of-the-box.")
|
|||||||
"cloudflare-warp_" version "_amd64.deb"))
|
"cloudflare-warp_" version "_amd64.deb"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00qan4yaq0hcqw8gfv7jgb1vm2milzlfgzh7frp9f9567115fjwc"))))
|
"00icbjfi8xhb47fw4n3xxy2p077val9qwjfcirskww161rw6l758"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
@ -189,7 +189,7 @@ different needs.")
|
|||||||
(define-public hugo-bin
|
(define-public hugo-bin
|
||||||
(package
|
(package
|
||||||
(name "hugo-bin")
|
(name "hugo-bin")
|
||||||
(version "0.143.1")
|
(version "0.145.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -197,7 +197,7 @@ different needs.")
|
|||||||
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rhhbmn67mkh98wfwzdkchcxj44q22yc69233q7cfd7kqqyvgn18"))))
|
"1r2alw2a3acs99dx89p886p3qbwpds6kpgz510jjiym8dna6hx3w"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan #~'(("hugo" "bin/"))
|
(list #:install-plan #~'(("hugo" "bin/"))
|
||||||
@ -230,7 +230,7 @@ designed for flexibility.")
|
|||||||
(define-public komga-bin
|
(define-public komga-bin
|
||||||
(package
|
(package
|
||||||
(name "komga-bin")
|
(name "komga-bin")
|
||||||
(version "1.19.1")
|
(version "1.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -238,7 +238,7 @@ designed for flexibility.")
|
|||||||
"/komga-" version ".jar"))
|
"/komga-" version ".jar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"167nihqx7lp2hiq49smjbxw9d2pz8bdkqvl0j82s7d4s79h5qmy8"))))
|
"1dyxavr2jn85appysj8j88i2x3fv46l5s25x4gb47hr4n68f230n"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
@ -348,7 +348,7 @@ monster-in-the-middle}.")
|
|||||||
(define sidebery
|
(define sidebery
|
||||||
(package
|
(package
|
||||||
(name "sidebery")
|
(name "sidebery")
|
||||||
(version "5.3.1.7")
|
(version "5.3.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
@ -357,7 +357,7 @@ monster-in-the-middle}.")
|
|||||||
(string-drop-right version 2) "/sidebery-" version ".xpi"))
|
(string-drop-right version 2) "/sidebery-" version ".xpi"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i2jwar0yb450gslj9rcw8bsldiqdr3r789p0fpmprr1kwzkynwx"))))
|
"0zhjsh1zbiwn3ww3vhp1hhcp4brcd0w41x7l5f135flzn6s4yp0s"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -377,7 +377,7 @@ in sidebar.")
|
|||||||
(define-public sing-box-bin
|
(define-public sing-box-bin
|
||||||
(package
|
(package
|
||||||
(name "sing-box-bin")
|
(name "sing-box-bin")
|
||||||
(version "1.11.3")
|
(version "1.11.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -385,7 +385,7 @@ in sidebar.")
|
|||||||
version "/sing-box-" version "-linux-amd64.tar.gz"))
|
version "/sing-box-" version "-linux-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fv7ls6hvycm787w5mg12yvqqvvsc04jfzczqbd9gksspyk3yf2x"))))
|
"0zlj0mn6j7nkczq376spdmgsgrwv10gzq1widl0w4dkb53pn5dqb"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
|
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
@ -425,7 +425,7 @@ way to use WireGuard and 2FA.")
|
|||||||
(define-public wakapi-bin
|
(define-public wakapi-bin
|
||||||
(package
|
(package
|
||||||
(name "wakapi-bin")
|
(name "wakapi-bin")
|
||||||
(version "2.12.3")
|
(version "2.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -433,7 +433,7 @@ way to use WireGuard and 2FA.")
|
|||||||
version "/wakapi_linux_amd64.zip"))
|
version "/wakapi_linux_amd64.zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g2in93c0jl3wc0pwx6qpczvvmlqy37n33bmdzbm57pi13r182lf"))))
|
"1dxpxcaxylcpnxc32xapd5ja0zafaisc6scymsb1n7lzn8fiwg4y"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments (list #:install-plan #~'(("wakapi" "bin/wakapi"))))
|
(arguments (list #:install-plan #~'(("wakapi" "bin/wakapi"))))
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
|
|||||||
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
(define-public dnsmasq-china-list
|
(define-public dnsmasq-china-list
|
||||||
;; No version.
|
;; No version.
|
||||||
(let ((commit "8c4858a70358734581c4803051ac8d06e70b9987")
|
(let ((commit "6601f38990c06909d69364685a8ef4f3544e1e69")
|
||||||
(revision "17"))
|
(revision "18"))
|
||||||
(package
|
(package
|
||||||
(name "dnsmasq-china-list")
|
(name "dnsmasq-china-list")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
@ -24,7 +24,7 @@
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cy20fpz47d5s7ba4g8a826720sx0c0nq7jc9xc7l8vwl10nz5h5"))))
|
"1sqm1mmbnc9gxj77yplslx3nlnxx34dfxv9y8gdlwkgzjhg13r5x"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
(define-public cloudflared
|
(define-public cloudflared
|
||||||
(package
|
(package
|
||||||
(name "cloudflared")
|
(name "cloudflared")
|
||||||
(version "2025.2.0")
|
(version "2025.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -26,7 +26,7 @@
|
|||||||
;; (snippet '(delete-file-recursively "vendor"))
|
;; (snippet '(delete-file-recursively "vendor"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d1qqx21687hzl9myk5ianmsli6s78sx3hm55sdilwxxvj9lqp1b"))))
|
"0iz8dd2ikvmfz19zbw3sdw2kg9cjp9bg4xh10pc4mx28rm9c88a6"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:go go-1.23
|
(list #:go go-1.23
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user