summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandor Nagy2020-08-15 22:46:21 +0200
committerSandor Nagy2020-08-15 22:46:21 +0200
commit9fcee28f277dca88937d774a6c12d35526b84f25 (patch)
tree237032755a7556fba23c475f4a08c11ad662e51e
parentcae4b924163a949131a86337590c4b952e512d4a (diff)
downloadaur-9fcee28f277dca88937d774a6c12d35526b84f25.tar.gz
Update to 2.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8693e1104d4f..c1fb2715e2af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archiva
pkgdesc = Apache Archiva™ is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository
- pkgver = 2.2.4
+ pkgver = 2.2.5
pkgrel = 1
url = http://archiva.apache.org/
arch = any
license = Apache
depends = java-runtime-headless>=7
- source = https://www.apache.org/dist/archiva/2.2.4/binaries/apache-archiva-2.2.4-bin.tar.gz
+ source = https://www.apache.org/dist/archiva/2.2.5/binaries/apache-archiva-2.2.5-bin.tar.gz
source = archiva.service
- md5sums = 597aeb9f42e634ae58256fb99997040f
+ md5sums = e27373f465bf6d1c00c044c0474a27e9
md5sums = d741d8899541001f6ab062b2772428e4
pkgname = archiva
diff --git a/PKGBUILD b/PKGBUILD
index af5dd2a26f27..af4107d5493f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Humberto F. da Luz Jr. <hfluz at uel dot br>
# Contributor: Zhuo Peng <zhuo dot peng at vanemy dot org>
pkgname=archiva
-pkgver=2.2.4
+pkgver=2.2.5
pkgrel=1
pkgdesc="Apache Archiva™ is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository"
arch=("any")
@@ -11,7 +11,7 @@ license=("Apache")
depends=("java-runtime-headless>=7")
source=("https://www.apache.org/dist/archiva/$pkgver/binaries/apache-archiva-$pkgver-bin.tar.gz"
"archiva.service")
-md5sums=('597aeb9f42e634ae58256fb99997040f'
+md5sums=('e27373f465bf6d1c00c044c0474a27e9'
'd741d8899541001f6ab062b2772428e4')
package() {