mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-01-11 04:45:24 +00:00
rosenthal: cloudflare-warp-bin: Update to 2024.12.554.0.
* rosenthal/packages/binaries.scm (cloudflare-warp-bin): Update to 2024.12.554.0. [properties]: Add upstream-name and release-monitoring-url.
This commit is contained in:
parent
7c2d02c6e7
commit
9b280ab3c4
@ -138,7 +138,7 @@ (define-public clash-meta-bin
|
|||||||
(define-public cloudflare-warp-bin
|
(define-public cloudflare-warp-bin
|
||||||
(package
|
(package
|
||||||
(name "cloudflare-warp-bin")
|
(name "cloudflare-warp-bin")
|
||||||
(version "2024.9.346.0")
|
(version "2024.12.554.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"
|
||||||
@ -146,7 +146,7 @@ (define-public cloudflare-warp-bin
|
|||||||
"cloudflare-warp_" version "_amd64.deb"))
|
"cloudflare-warp_" version "_amd64.deb"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jrvhb4ka6j0fn9ymnpz1j4anljhl3b15h54np40x0p2d5c28czi"))))
|
"00qan4yaq0hcqw8gfv7jgb1vm2milzlfgzh7frp9f9567115fjwc"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
@ -198,7 +198,11 @@ (define (patch-elf file)
|
|||||||
(license
|
(license
|
||||||
(license "Nonfree"
|
(license "Nonfree"
|
||||||
"https://www.cloudflare.com/application/terms/"
|
"https://www.cloudflare.com/application/terms/"
|
||||||
"This is a nonfree license. Check the URI for details."))))
|
"This is a nonfree license. Check the URI for details."))
|
||||||
|
(properties
|
||||||
|
'((upstream-name . "cloudflare-warp")
|
||||||
|
(release-monitoring-url
|
||||||
|
. "https://pkg.cloudflareclient.com/dists/bookworm/main/binary-amd64/Packages")))))
|
||||||
|
|
||||||
(define-public hugo-bin
|
(define-public hugo-bin
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user