aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Linz2016-08-01 23:13:49 +0200
committerAndreas Linz2016-08-01 23:13:49 +0200
commit7400ab198e8c63077e5216ef4bd3d24ff6b18943 (patch)
tree532266a89b04bb139bb9cef681ba2d82b172e37e
parentfb3e8886a7d9788ff65a5dd1e8f182807d6b98de (diff)
downloadaur-7400ab198e8c63077e5216ef4bd3d24ff6b18943.tar.gz
Skip hash checks
Caddy's build server rebuilds caddy each day and it is not possible to pin a specific version in the download URL.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d1bce7c4a5..8883f56fde82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 27 09:13:57 UTC 2016
+# Mon Aug 1 21:13:37 UTC 2016
pkgbase = caddy-full-bin
pkgdesc = A configurable, general-purpose HTTP/2 web server for any platform (All features enabled)
pkgver = 0.9
@@ -15,9 +15,9 @@ pkgbase = caddy-full-bin
conflicts = caddy-git
conflicts = caddy-all-features
source_i686 = caddy.tar.gz::https://caddyserver.com/download/build?os=linux&features=filemanager,git,hugo,ipfilter,jwt,locale,mailout,minify,prometheus,realip,search,cloudflare,digitalocean,dnsimple,dyn,gandi,googlecloud,namecheap,rfc2136,route53,vultr&arch=386
- md5sums_i686 = 57fd8fb82792e4b9b2aca2e5c5d20e6d
+ md5sums_i686 = SKIP
source_x86_64 = caddy.tar.gz::https://caddyserver.com/download/build?os=linux&features=filemanager,git,hugo,ipfilter,jwt,locale,mailout,minify,prometheus,realip,search,cloudflare,digitalocean,dnsimple,dyn,gandi,googlecloud,namecheap,rfc2136,route53,vultr&arch=amd64
- md5sums_x86_64 = 57fd8fb82792e4b9b2aca2e5c5d20e6d
+ md5sums_x86_64 = SKIP
pkgname = caddy-full-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5f85f0c1d625..f5317fe15f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,9 @@ url="https://caddyserver.com"
license=('Apache')
provides=('caddy')
conflicts=('caddy' 'caddy-git' 'caddy-all-features')
-md5sums_i686=('57fd8fb82792e4b9b2aca2e5c5d20e6d')
-md5sums_x86_64=('57fd8fb82792e4b9b2aca2e5c5d20e6d')
+md5sums_i686=('SKIP')
+md5sums_x86_64=('SKIP')
+md5sums_armv6h=('SKIP')
# expand the feature array
printf -v _features '%s,' "${_features[@]}"