summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Straube2020-11-13 02:34:46 +0100
committerMarc Straube2020-11-13 02:34:46 +0100
commit7d58b3393586afc172f41407a38cb8680f7eb67c (patch)
treecab28457e94588e716d9d75d6b09de7b7b719408
parent8b508975b0226d188fa23c5dd73393fb80ce039f (diff)
downloadaur-7d58b3393586afc172f41407a38cb8680f7eb67c.tar.gz
Update to version 1.2
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fafdedc656b5..6bc5001d9296 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apacheadm
pkgdesc = Tool to enable and disable apache modules and virtual hosts
- pkgver = 1.1
+ pkgver = 1.2
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.1.tar.gz
- sha512sums = fc7e9382acd3e60f7815f81f236099a841d0f781dc448492f010233bae611ed8e781e60622c9b19f9e6c7cbf6c9ff74048fe9a15e84f7b30f533fedce12c9a50
+ source = https://github.com/marcstraube/apacheadm/archive/1.2.tar.gz
+ sha512sums = bcdfc3ba487f54bc5a08e66c6a6d3625ca587c704c14db5fe825bcaee583f48e766d9874cbf8a6a532c5acc6af3f13bc20d621ae88394446ef2fc8bfdc3df1d6
pkgname = apacheadm
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..2e38d96a13c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.tar.gz
+*.tar.zst
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"