summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Roder2023-12-19 07:00:35 +0100
committerMax Roder2023-12-19 07:00:35 +0100
commit0c4a6a531a8708ec4a439a324fb6cec9682e724d (patch)
tree72093072ecd8640146d5c85ec8cb03137570a4d7
parent9d604585af07d1cc8b2a39d8cfe5d6c1ecd13f1e (diff)
downloadaur-0c4a6a531a8708ec4a439a324fb6cec9682e724d.tar.gz
Upgrade to 2.3.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2611caebbce2..63f3c6c1db79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pmwiki
pkgdesc = Wiki software based on PHP
- pkgver = 2.3.28
+ pkgver = 2.3.29
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.28.tgz
- sha256sums = aa54ee16701e6431a678e499895645fb10e8138ddee85affbf44fc9e72caafd3
+ source = http://www.pmwiki.org/pub/pmwiki/pmwiki-2.3.29.tgz
+ sha256sums = 1db51a12228ae81f3c54c7660b52b0d21cbcc0f73e369be49755746abb6bcd02
pkgname = pmwiki
diff --git a/PKGBUILD b/PKGBUILD
index 44a6772e40c6..b4f98fe126fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Roder <maxroder@mailbox.org>
pkgname='pmwiki'
-pkgver='2.3.28'
+pkgver='2.3.29'
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=('aa54ee16701e6431a678e499895645fb10e8138ddee85affbf44fc9e72caafd3')
+sha256sums=('1db51a12228ae81f3c54c7660b52b0d21cbcc0f73e369be49755746abb6bcd02')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"