summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gwin2016-09-08 23:40:45 +0200
committerMichael Gwin2016-09-08 23:40:45 +0200
commite43aa60e571976719b81ca1a25f1d63ee1e760a0 (patch)
tree0a7e72a5002871962b7fe805fdb00e961fbcbfa2
parent4bfbc1adc2054ef75a358b5cd3faa37050ac61c9 (diff)
downloadaur-e43aa60e571976719b81ca1a25f1d63ee1e760a0.tar.gz
bump to version 1.15
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e66e4a7b555e..6d7583e9cc46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Sep 8 21:39:32 UTC 2016
pkgbase = mod_scgi
pkgdesc = Apache module that implements SCGI protocol
- pkgver = 1.14
- pkgrel = 5
+ pkgver = 1.15
+ pkgrel = 1
url = http://python.ca/scgi/
arch = i686
arch = x86_64
@@ -10,10 +12,10 @@ pkgbase = mod_scgi
arch = armv7h
license = custom
makedepends = apache
- source = http://python.ca/scgi/releases/scgi-1.14.tar.gz
+ source = http://python.ca/scgi/releases/scgi-1.15.tar.gz
source = apache24.patch
- md5sums = 73d942a9ecdf4f20c8234e72ea82c7ee
- md5sums = bf3d7766a3ac7e2bd44ebfa1e858f4d5
+ sha256sums = e6cd197b089cca6478e9995ed076975756c30ebb903aabce912f404ee75a6d6f
+ sha256sums = ce3a01152543d0d7f9f63528aad89b61ef8ce1b429d24fd1aca323fc2713ee65
pkgname = mod_scgi
diff --git a/PKGBUILD b/PKGBUILD
index be05e66e5f4c..3fdc225eae7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,18 @@
# Contributor: Roman Cheplyaka <roma@ro-che.info>
pkgname=mod_scgi
-pkgver=1.14
-pkgrel=5
+pkgver=1.15
+pkgrel=1
pkgdesc="Apache module that implements SCGI protocol"
url="http://python.ca/scgi/"
makedepends=('apache')
license=('custom')
arch=('i686' 'x86_64' 'armv5h' 'armv6h' 'armv7h')
source=(http://python.ca/scgi/releases/scgi-$pkgver.tar.gz apache24.patch)
-md5sums=('73d942a9ecdf4f20c8234e72ea82c7ee' 'bf3d7766a3ac7e2bd44ebfa1e858f4d5')
+#source=(http://python.ca/scgi/releases/scgi-$pkgver.tar.gz)
+#md5sums=('73d942a9ecdf4f20c8234e72ea82c7ee' 'bf3d7766a3ac7e2bd44ebfa1e858f4d5')
+sha256sums=('e6cd197b089cca6478e9995ed076975756c30ebb903aabce912f404ee75a6d6f'
+ 'ce3a01152543d0d7f9f63528aad89b61ef8ce1b429d24fd1aca323fc2713ee65')
prepare() {
cd $srcdir/scgi-$pkgver/apache2