summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWèi Cōngruì2019-01-17 11:00:42 +0000
committerWèi Cōngruì2019-01-17 11:00:42 +0000
commitfe7651467905103063feded3cd45323d050f01e8 (patch)
tree8dee55c132739ebd598f96a59b0995861070bc57
parent1fd799e3bf0cf9da150065387ff3a9f205e6b77b (diff)
downloadaur-fe7651467905103063feded3cd45323d050f01e8.tar.gz
Revert "0.11.2"
There might be a bug in 0.11.2 https://github.com/mholt/caddy/issues/2400 This reverts commit 1fd799e3bf0cf9da150065387ff3a9f205e6b77b.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3a7de705091..d58d86a7ea9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = caddy
pkgdesc = HTTP/2 Web Server with Automatic HTTPS
- pkgver = 0.11.2
+ pkgver = 0.11.1
pkgrel = 1
url = https://caddyserver.com
install = caddy.install
@@ -12,7 +12,7 @@ pkgbase = caddy
license = Apache
makedepends = go>=1.10.5
backup = etc/caddy/caddy.conf
- source = https://github.com/mholt/caddy/archive/v0.11.2/caddy-0.11.2.tar.gz
+ source = https://github.com/mholt/caddy/archive/v0.11.1/caddy-0.11.1.tar.gz
source = https://caddyserver.com/resources/images/brand/caddy-at-your-service-white.svg
source = index.html
source = caddy.service
diff --git a/PKGBUILD b/PKGBUILD
index 8695f7bc69bc..d4a925c29798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_gopkgname='github.com/mholt/caddy'
pkgname=caddy
-pkgver=0.11.2
+pkgver=0.11.1
pkgrel=1
pkgdesc='HTTP/2 Web Server with Automatic HTTPS'
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
@@ -22,7 +22,7 @@ source=("https://$_gopkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
'caddy.tmpfiles'
'caddy.conf'
'plugins.go')
-sha256sums=('61779a09959bf6a0e7007e8ff5c2a94811dd12b7628166cb31e9648a97c0e75b'
+sha256sums=('e24ddb1690a265fb3c40efa5bc720964b85b9d2cad8d994ee4ed6271761984bf'
'e679dd79fd92dc351fc190c7af529c73e3896986aaa6b7c0ae01e561398d6b85'
'6db7aec45e95bbbf770ce4d120a60d8e4992d2262a8ebf668521179279aa5ae7'
'0466a41290db84402ca41cf32c0fc5b66b112a9d85b71d1619ae97b5a3dd2740'
@@ -59,7 +59,6 @@ prepare() {
build() {
export GOPATH="$srcdir/build"
- export CGO_ENABLED=0
go build -v -o $srcdir/caddy -ldflags "-X $_gopkgname/caddy/caddymain.gitTag=v$pkgver" $_gopkgname/caddy
}
@@ -86,13 +85,16 @@ plugins=(
# 'http.cors'
# 'http.datadog'
# 'http.expires'
+# 'http.filemanager'
# 'http.filter'
# 'http.forwardproxy'
# 'http.geoip'
# 'http.git'
# 'http.gopkg'
# 'http.grpc'
+# 'http.hugo'
# 'http.ipfilter'
+# 'http.jekyll'
# 'http.jwt'
# 'http.locale'
# 'http.login'