summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorle342022-04-05 14:30:20 +1100
committerle342022-04-05 14:30:20 +1100
commit45f87f665b622e89d0834a4d5041730f87912c01 (patch)
treea20f0a4dd698999b64fb9bfe7540e6ee33f61755 /PKGBUILD
parentb2b1e18e3201e93005f84c3903d846e74c59582b (diff)
downloadaur-45f87f665b622e89d0834a4d5041730f87912c01.tar.gz
Update to 5.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 445e0c8e728c..d9e4c21a978b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=activemq
-pkgver=5.16.3
+pkgver=5.17.0
pkgrel=1
pkgdesc="Popular and powerful open source messaging and Integration Patterns provider"
arch=('x86_64')
url="https://activemq.apache.org"
license=('Apache 2.0')
depends=('java-runtime' 'lsb-release')
-source=("$url/dist/${pkgname}/${pkgver}/apache-${pkgname}-${pkgver}-bin.tar.gz"
+#source=("$url/dist/${pkgname}/${pkgver}/apache-${pkgname}-${pkgver}-bin.tar.gz"
+source=("https://dlcdn.apache.org/${pkgname}/${pkgver}/apache-${pkgname}-${pkgver}-bin.tar.gz"
'service'
'sysusers')
options=(!strip)
@@ -24,6 +25,6 @@ package() {
ln -s /opt/activemq/apache-${pkgname}-${pkgver} ${pkgdir}/opt/${pkgname}/current
}
-sha256sums=('1846da2985ec64253ecc41a54f1477731eb4750fe840a9dd9fdfee88e5c94252'
+sha256sums=('eb06abd7f45efad42f4f56b671fee7dff4ccac387e0765b1d256e19bea66f897'
'8a3dbf1130cb66beef6d5bb84636594bbd090663e4ccca5214c8269e0c8a6e1f'
'3898131d4c696828dd2cca793907417db9471ad6bf9c8014d25a4995796daff7')