mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 09:41:48 +02:00
updating for caddy 2.10.0
This commit is contained in:
parent
dfa4b1c6cd
commit
96ddc66c4b
1 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
#:use-module (gnu packages golang-xyz)
|
||||
)
|
||||
|
||||
(define %caddy-version "2.9.1")
|
||||
(define %caddy-version "2.10.0")
|
||||
(define %caddy-synopsis "Caddy is an extensible server platform that uses TLS by default. Dirty Version.")
|
||||
(define %caddy-description "Caddy is an extensible server platform that uses TLS by default. Dirty Version")
|
||||
(define %caddy-homepage "https://github.com/caddyserver/caddy")
|
||||
|
@ -26,8 +26,8 @@
|
|||
(version %caddy-version)
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/caddyserver/caddy/releases/download/v" version "/caddy_" version "_linux_amd64.tar.gz"))
|
||||
(sha256 (base32 "166qbnpk8mb07sxbjkq9xi2j992jphmslz53wryrimp0bjxyshh5"))))
|
||||
(uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/caddy-for-guix/v" version "/caddy-" version ".tar.gz"))
|
||||
(sha256 (base32 "0rx381pg0i9xxgvgkm0cfkqh1wv4mi7pxvvan0j7f42iqgh7vv5h"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("caddy" "/sbin/"))))
|
||||
|
@ -43,7 +43,7 @@
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/caddy-for-guix/v" version "/caddy-" version "-replaceresponse.tar.gz"))
|
||||
(sha256 (base32 "0yvbzq0bmfgk30idv10kx32w98h4i3gpj46yavsfmbd0wjp7pl78"))))
|
||||
(sha256 (base32 "1q03i5mq4wsia0pq3dbl9hh1vm2v2mhg4g9f1z1qpjz6z82kdymr"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("caddy" "/sbin/"))))
|
||||
|
@ -59,7 +59,7 @@
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://forgejo.glicid.fr/api/packages/GLiCID/generic/caddy-for-guix/v" version "/caddy-" version "-full.tar.gz"))
|
||||
(sha256 (base32 "0cxv95ihrh1r3clz78pxz3wjdxhfy8z8vkyz7nn8pd83jsn7crg3"))))
|
||||
(sha256 (base32 "1bi5sm9cm7d81fjfcxnnp632nfb6qy45vykw7kgsdis62w89zm2f"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan `(("caddy" "/sbin/"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue