correcting caddy-dirty

This commit is contained in:
Jean-François GUILLAUME 2024-10-14 11:13:21 +02:00
parent a72c9f391f
commit f472bdf592
GPG key ID: 38751DAE145EFB5A

View file

@ -22,8 +22,8 @@
(version "2.8.4") (version "2.8.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/caddyserver/caddy/releases/download/v" version "/caddy_" version "_freebsd_amd64.tar.gz")) (uri (string-append "https://github.com/caddyserver/caddy/releases/download/v" version "/caddy_" version "_linux_amd64.tar.gz"))
(sha256 (base32 "0wqppxia2zpzh7n8x58wzrvr3myznmyq890h90ddndym30qdj83w")))) (sha256 (base32 "1j286xfxcrzvgn4k02nnq7n45wdsyz5c0phw6y7gi30kain31s57"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
`(#:install-plan `(("caddy" "/sbin/")))) `(#:install-plan `(("caddy" "/sbin/"))))
@ -32,7 +32,6 @@
(home-page "https://github.com/caddyserver/caddy") (home-page "https://github.com/caddyserver/caddy")
(license license:expat))) (license license:expat)))
(define-public go-github-com-akavel-rsrc (define-public go-github-com-akavel-rsrc
(package (package
(name "go-github-com-akavel-rsrc") (name "go-github-com-akavel-rsrc")
@ -107,7 +106,3 @@ Information and an optional icon.")
"This command line tool and associated Go package makes it easy to make custom "This command line tool and associated Go package makes it easy to make custom
builds of the @@url{https://github.com/caddyserver/caddy,Caddy Web Server}.") builds of the @@url{https://github.com/caddyserver/caddy,Caddy Web Server}.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public xcaddy go-github-com-caddyserver-xcaddy)
xcaddy