caddy: update to 1.0.1.
This commit is contained in:
parent
2e2fc37c50
commit
ec43fa363e
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'caddy'
|
||||
pkgname=caddy
|
||||
version=0.11.5
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/mholt/caddy
|
||||
go_import_path=github.com/caddyserver/caddy
|
||||
go_package="${go_import_path}/caddy"
|
||||
makedepends="git"
|
||||
hostmakedepends="git"
|
||||
short_desc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
|
||||
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=ab2dc210bc7089fa7d041e702663e592b480945aa99f14b348090091103b7ec5
|
||||
distfiles="https://github.com/caddyserver/caddy/archive/v${version}.tar.gz"
|
||||
checksum=7cbd80c798a0db4195381f730f5409680c6e1239fbc06295b90b34f666a05692
|
||||
|
||||
system_accounts="caddy"
|
||||
make_dirs="
|
||||
|
|
Loading…
Reference in a new issue