summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Roder2022-11-21 12:34:50 +0100
committerMax Roder2022-11-21 12:34:50 +0100
commitde9e9c8972037aa83b1f4856d16ae1658a56a84a (patch)
treefb258917ebae862395eb3f94d8f48c15e87567de
parent6ab07d2fa47e8d0eaa05d1b8438e1e11562e6658 (diff)
downloadaur-de9e9c8972037aa83b1f4856d16ae1658a56a84a.tar.gz
Update to 2.3.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 674bae3627b0..fe6d04439067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pmwiki
pkgdesc = Wiki software based on PHP
- pkgver = 2.3.14
+ pkgver = 2.3.15
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.14.tgz
- sha256sums = a1f49c935fa97311838b2b0b34e1338c882166715f42524cbc94f4994ca8873c
+ source = http://www.pmwiki.org/pub/pmwiki/pmwiki-2.3.15.tgz
+ sha256sums = 4b13008065f7d4e888c0c197e9b087a2687d22f58cbe979e106afdfe0b31c0e3
pkgname = pmwiki
diff --git a/PKGBUILD b/PKGBUILD
index acfdd835a8ca..769335ccc532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Roder <maxroder@mailbox.org>
pkgname='pmwiki'
-pkgver='2.3.14'
+pkgver='2.3.15'
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=('a1f49c935fa97311838b2b0b34e1338c882166715f42524cbc94f4994ca8873c')
+sha256sums=('4b13008065f7d4e888c0c197e9b087a2687d22f58cbe979e106afdfe0b31c0e3')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"