summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Roder2022-02-09 12:51:07 +0100
committerMax Roder2022-02-09 12:51:07 +0100
commit4423965859f7d676fdcd7049178cb6aff709d846 (patch)
treee7079e606fb47d91bcea5f6cbf8581aefdebaea1
parentc4cac198df98c87618203e053b8c01d814e1e8fe (diff)
downloadaur-4423965859f7d676fdcd7049178cb6aff709d846.tar.gz
Update to 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4990f104579f..c3905910370a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pmwiki
pkgdesc = Wiki software based on PHP
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = http://www.pmwiki.org
install = pmwiki.install
arch = any
license = GPL
depends = php
- source = http://www.pmwiki.org/pub/pmwiki/pmwiki-2.3.1.tgz
- sha256sums = 4fc048fa75674589ac839e65e9b7416aee0bd9f9ce0c270e1f490d01c09eee10
+ source = http://www.pmwiki.org/pub/pmwiki/pmwiki-2.3.2.tgz
+ sha256sums = 9efa1f50cbb9f585097e9ef3ce29510a6ab3c2bef5c0ab190d998acc42474e61
pkgname = pmwiki
diff --git a/PKGBUILD b/PKGBUILD
index 9b2a4e11644b..dcaa12a1d05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Roder <maxroder@mailbox.org>
pkgname='pmwiki'
-pkgver='2.3.1'
+pkgver='2.3.2'
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=('4fc048fa75674589ac839e65e9b7416aee0bd9f9ce0c270e1f490d01c09eee10')
+sha256sums=('9efa1f50cbb9f585097e9ef3ce29510a6ab3c2bef5c0ab190d998acc42474e61')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"