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 dcaa12a1d05f..7cd21aa73a97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Roder <maxroder@mailbox.org>
pkgname='pmwiki'
-pkgver='2.3.2'
+pkgver='2.3.3'
pkgrel='1'
pkgdesc='Wiki software based on PHP'
url='http://www.pmwiki.org'
@@ -10,7 +10,7 @@ license=('GPL')
depends=('php')
install='pmwiki.install'
source=("http://www.pmwiki.org/pub/${pkgname}/${pkgname}-${pkgver}.tgz")
-sha256sums=('9efa1f50cbb9f585097e9ef3ce29510a6ab3c2bef5c0ab190d998acc42474e61')
+sha256sums=('8e9d96bee6a8d0106dc1b9b0979da1de82be38e5e7e12d25edd9fb80a40a089d')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"