summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c41a057f0249..704620080688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marc Straube <email@marcstraube.de>
pkgname=apacheadm
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Tool to enable and disable apache modules and virtual hosts"
arch=('any')
@@ -22,7 +22,7 @@ backup=('etc/httpd/conf/mods-available/alias.conf'
'etc/httpd/conf/mods-available/ssl.conf'
'etc/httpd/conf/mods-available/unixd.conf')
source=("https://github.com/marcstraube/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('fc7e9382acd3e60f7815f81f236099a841d0f781dc448492f010233bae611ed8e781e60622c9b19f9e6c7cbf6c9ff74048fe9a15e84f7b30f533fedce12c9a50')
+sha512sums=('bcdfc3ba487f54bc5a08e66c6a6d3625ca587c704c14db5fe825bcaee583f48e766d9874cbf8a6a532c5acc6af3f13bc20d621ae88394446ef2fc8bfdc3df1d6')
package() {
cd "$pkgname-$pkgver"