summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2018-04-07 12:26:00 +0200
committerDavid Runge2018-04-07 12:26:00 +0200
commitf67366112e28d5d3b539beab28865c6512afb200 (patch)
treebe7b7188a89745b8a9d8af5d18479bba5297377f
parent23be4d3c41de27542b3872eebc690b86c6337068 (diff)
downloadaur-f67366112e28d5d3b539beab28865c6512afb200.tar.gz
PKGBUILD: Upgrading to 2.13.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2e45f7a61c1..0b124f834d7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mantisbt
pkgdesc = Web-based issue tracking system
- pkgver = 2.12.0
+ pkgver = 2.13.1
pkgrel = 1
url = https://www.mantisbt.org/
install = mantisbt.install
@@ -20,8 +20,8 @@ pkgbase = mantisbt
backup = etc/webapps/mantisbt/custom_relationships_inc.php
backup = etc/webapps/mantisbt/custom_functions_inc.php
backup = etc/webapps/mantisbt/custom_constants_inc.php
- source = https://downloads.sourceforge.net/project/mantisbt/mantis-stable/2.12.0/mantisbt-2.12.0.tar.gz
- sha512sums = a796463464cb0179272b373094d24b7c624ed1c20e472cb209344971f5bf5a049f69a837fe279fd93c0dae759f90110bd91c7dbc270dd1b4d794db53e355384b
+ source = https://downloads.sourceforge.net/project/mantisbt/mantis-stable/2.13.1/mantisbt-2.13.1.tar.gz
+ sha512sums = 618a89dd90ba9c173d4bd610b3e8009ae2974f65edac16d4d3158c45cd980afae4e65019ca27b55f7415ac3623ecf4f17407f8df88472d14b343d1c5c0f3cc60
pkgname = mantisbt
diff --git a/PKGBUILD b/PKGBUILD
index 1f3c399217d9..8fe034fcfdc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Angel 'angvp' Velasquez <angvp@archlinux.com.ve>
pkgname=mantisbt
-pkgver=2.12.0
+pkgver=2.13.1
pkgrel=1
pkgdesc='Web-based issue tracking system'
arch=('any')
@@ -28,7 +28,7 @@ backup=('etc/webapps/mantisbt/config_inc.php'
'etc/webapps/mantisbt/custom_constants_inc.php'
)
source=("https://downloads.sourceforge.net/project/${pkgname}/mantis-stable/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a796463464cb0179272b373094d24b7c624ed1c20e472cb209344971f5bf5a049f69a837fe279fd93c0dae759f90110bd91c7dbc270dd1b4d794db53e355384b')
+sha512sums=('618a89dd90ba9c173d4bd610b3e8009ae2974f65edac16d4d3158c45cd980afae4e65019ca27b55f7415ac3623ecf4f17407f8df88472d14b343d1c5c0f3cc60')
install="${pkgname}.install"
prepare() {