aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Linz2018-05-31 14:52:03 +0000
committerAndreas Linz2018-05-31 14:52:03 +0000
commit5c3f40122a144e6371dc545efe8fbb5885c7547e (patch)
treef9e671b341a9d7dc24a293211ad7c9b34ef1b3f2 /PKGBUILD
parentd747e3739cfbcc50c1c28a4ba70a57e19cd806cd (diff)
downloadaur-5c3f40122a144e6371dc545efe8fbb5885c7547e.tar.gz
Update to 0.11.0
This version should not have the telemetry enabled because the builds are downloaded from the official build server. Sidenote: For anyone wondering where `updpkgsums` is since pacman 5.0.1, it has moved to `pacman-contrib`. See https://git.archlinux.org/pacman.git/commit/?id=0c99eabd50752310f42ec808c8734a338122ec86 for details.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9c83fc22f12..1fcb2a1f1bb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=caddy-full-bin
_realname=caddy
-pkgver=0.10.14
+pkgver=0.11.0
ghpkgrel=''
pkgrel=2
pkgdesc="A configurable, general-purpose HTTP/2 web server for any platform (All features enabled)"
@@ -16,15 +16,15 @@ provides=('caddy')
conflicts=('caddy' 'caddy-git' 'caddy-all-features')
depends=('systemd>=229')
makedepends=('patch')
-md5sums_i686=('861495fb985c35f92769d7455c17807a'
+md5sums_i686=('29ab3eb22da38ed6d908227d18c770b1'
'ce5f9e54ab24ce0598da6c909995be9a')
-md5sums_x86_64=('63ab2db053b4f8b154b2f17ba1c71aa8'
+md5sums_x86_64=('7851ec913d887ae9a43f90dd2319c9ae'
'ce5f9e54ab24ce0598da6c909995be9a')
-md5sums_armv7h=('3f5233eb467e09adb3d1731ba420c19c'
+md5sums_armv7h=('77973fb3037c0cf7d1f536d5f4e29bb4'
'ce5f9e54ab24ce0598da6c909995be9a')
-md5sums_aarch64=('3f5233eb467e09adb3d1731ba420c19c'
+md5sums_aarch64=('77973fb3037c0cf7d1f536d5f4e29bb4'
'ce5f9e54ab24ce0598da6c909995be9a')
-md5sums_armv6h=('9016ca9ae8f887b6e8d1656354f6f39f'
+md5sums_armv6h=('0d70d58cd1168e00a5f77b663df79bd3'
'ce5f9e54ab24ce0598da6c909995be9a')
install='caddy-full-bin.install'