caddy: update to 0.11.1.
This commit is contained in:
parent
abbd541886
commit
0d5da6cf6e
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'caddy'
|
||||
pkgname=caddy
|
||||
version=0.11.0
|
||||
revision=3
|
||||
version=0.11.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/mholt/caddy"
|
||||
go_import_path=github.com/mholt/caddy
|
||||
go_package="${go_import_path}/caddy"
|
||||
makedepends="git"
|
||||
short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://caddyserver.com"
|
||||
distfiles="https://github.com/mholt/caddy/archive/v${version}.tar.gz"
|
||||
checksum=81e593d258460a9f5c6b5a5f46890a08b6b1ce15f5c0fc7bcaf09826368c3a1a
|
||||
checksum=e24ddb1690a265fb3c40efa5bc720964b85b9d2cad8d994ee4ed6271761984bf
|
||||
|
||||
system_accounts="caddy"
|
||||
make_dirs="/etc/caddy 0700 caddy caddy"
|
||||
|
|
Loading…
Reference in a new issue