summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Straube2020-11-06 23:37:46 +0100
committerMarc Straube2020-11-06 23:37:46 +0100
commit8b508975b0226d188fa23c5dd73393fb80ce039f (patch)
tree29c3948136d18c3c1d45391093ad18cbf4fd537a
parent68e350f3e1a0aef7e153333cbe5e8e460d684009 (diff)
downloadaur-8b508975b0226d188fa23c5dd73393fb80ce039f.tar.gz
Update to version 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11f051a358f7..fafdedc656b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apacheadm
pkgdesc = Tool to enable and disable apache modules and virtual hosts
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/marcstraube/apacheadm
arch = any
@@ -20,8 +20,8 @@ pkgbase = apacheadm
backup = etc/httpd/conf/mods-available/reqtimeout.conf
backup = etc/httpd/conf/mods-available/ssl.conf
backup = etc/httpd/conf/mods-available/unixd.conf
- source = https://github.com/marcstraube/apacheadm/archive/1.0.tar.gz
- md5sums = 0082ffab77840196d0b58e27896d06a8
+ source = https://github.com/marcstraube/apacheadm/archive/1.1.tar.gz
+ sha512sums = fc7e9382acd3e60f7815f81f236099a841d0f781dc448492f010233bae611ed8e781e60622c9b19f9e6c7cbf6c9ff74048fe9a15e84f7b30f533fedce12c9a50
pkgname = apacheadm
diff --git a/PKGBUILD b/PKGBUILD
index 90db4bdf9f5a..c41a057f0249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marc Straube <email@marcstraube.de>
pkgname=apacheadm
-pkgver=1.0
+pkgver=1.1
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")
-md5sums=('0082ffab77840196d0b58e27896d06a8')
+sha512sums=('fc7e9382acd3e60f7815f81f236099a841d0f781dc448492f010233bae611ed8e781e60622c9b19f9e6c7cbf6c9ff74048fe9a15e84f7b30f533fedce12c9a50')
package() {
cd "$pkgname-$pkgver"