summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Roder2022-12-17 16:05:34 +0100
committerMax Roder2022-12-17 16:05:34 +0100
commit8d87fb61a58a5b96d215f6b8bca7f23ca535ed60 (patch)
tree759ffba341be620a8de4907bd91fb08a1cb304d1
parent4e87f735d87c7a2ea157580e3e1959ea05240a43 (diff)
downloadaur-8d87fb61a58a5b96d215f6b8bca7f23ca535ed60.tar.gz
Upgrade to 2.3.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 333f1c223dd5..dbdfc919e02c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pmwiki
pkgdesc = Wiki software based on PHP
- pkgver = 2.3.16
+ pkgver = 2.3.17
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.16.tgz
- sha256sums = 27a60344d72a8f5ef776353904901fea5b9226e114e9641596cd73e9e8a16e82
+ source = http://www.pmwiki.org/pub/pmwiki/pmwiki-2.3.17.tgz
+ sha256sums = 82331c41d087f2c8a2e42935f6cdc3964aec9292802a44c8cdd134944b03171a
pkgname = pmwiki
diff --git a/PKGBUILD b/PKGBUILD
index 723d2ffe6bb9..194c8037563d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Roder <maxroder@mailbox.org>
pkgname='pmwiki'
-pkgver='2.3.16'
+pkgver='2.3.17'
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=('27a60344d72a8f5ef776353904901fea5b9226e114e9641596cd73e9e8a16e82')
+sha256sums=('82331c41d087f2c8a2e42935f6cdc3964aec9292802a44c8cdd134944b03171a')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"