summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormst2015-08-11 12:55:58 +0200
committermst2015-08-11 12:55:58 +0200
commit071a36ceb085e561c5858d3bd2844812d538acfb (patch)
treef9873737fcc8895faeb1029ca2671717af977860
parentd6f3f931309d360749bf6bc55fc0a97ee8c4e2fb (diff)
downloadaur-071a36ceb085e561c5858d3bd2844812d538acfb.tar.gz
Update to version 0.8.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d33d4d39b86..15453c6b4844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpdox
pkgdesc = Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
- pkgver = 0.8.0
+ pkgver = 0.8.1.1
pkgrel = 1
url = http://phpdox.de
install = phpdox.install
@@ -8,9 +8,9 @@ pkgbase = phpdox
license = custom
depends = php>=5.3.3
depends = php-xsl
- source = https://github.com/theseer/phpdox/releases/download/0.8.0/phpdox-0.8.0.phar
+ source = https://github.com/theseer/phpdox/releases/download/0.8.1.1/phpdox-0.8.1.1.phar
source = LICENSE
- sha256sums = be4627f7891dffd4ce1cc0e27f98993c17bbaa35bd950e1f7f66cc6a411f14a8
+ sha256sums = 1424d4603e0fdb0c80e39266fb832060bffbcc665a8c8d29b411e88d096d5da2
sha256sums = b9f0017ad3f5fcb80fd561870543fe92ac89a65dbd14e759f6be93b25670250a
pkgname = phpdox
diff --git a/PKGBUILD b/PKGBUILD
index 970a1547019e..99c7d6cfab12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Straube <m.straube@skunk-coding.de>>
pkgname='phpdox'
-pkgver='0.8.0'
+pkgver='0.8.1.1'
pkgrel=1
pkgdesc="Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)"
url="http://phpdox.de"
@@ -11,7 +11,7 @@ arch=('any')
depends=('php>=5.3.3' 'php-xsl')
source=("https://github.com/theseer/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.phar"
'LICENSE')
-sha256sums=('be4627f7891dffd4ce1cc0e27f98993c17bbaa35bd950e1f7f66cc6a411f14a8'
+sha256sums=('1424d4603e0fdb0c80e39266fb832060bffbcc665a8c8d29b411e88d096d5da2'
'b9f0017ad3f5fcb80fd561870543fe92ac89a65dbd14e759f6be93b25670250a')
package() {