summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandr Boiko2017-07-05 16:15:31 +1100
committerAlexandr Boiko2017-07-05 16:15:31 +1100
commit695a4be835428402602bc37514fd8c8e340269c7 (patch)
treea7c5e4dcb001260c18989d28e2ca94ca2e7cf6a5
parentace10c7f9c213cdee1c5ba8bf3fcb30dca6f61d8 (diff)
downloadaur-695a4be835428402602bc37514fd8c8e340269c7.tar.gz
Update to 5.14.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b11ab7e0c6..37677f4e7319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 27 01:03:10 UTC 2017
+# Wed Jul 5 05:15:04 UTC 2017
pkgbase = activemq
pkgdesc = Popular and powerful open source messaging and Integration Patterns provider
- pkgver = 5.14.2
+ pkgver = 5.14.5
pkgrel = 1
url = http://activemq.apache.org
install = install
@@ -11,11 +11,11 @@ pkgbase = activemq
depends = java-runtime
depends = lsb-release
options = !strip
- source = http://archive.apache.org/dist/activemq/5.14.2/apache-activemq-5.14.2-bin.tar.gz
+ source = http://archive.apache.org/dist/activemq/5.14.5/apache-activemq-5.14.5-bin.tar.gz
source = profile.sh
source = profile.csh
source = service
- md5sums = 5350de685069ba79cb4e0d5bc1f07abd
+ md5sums = 3d28a422e05544a4c6764ad0d91718ee
md5sums = 0a1b2ac8850b833a5926f393069eee72
md5sums = 86a4b3f9117acb83ba653859b053f966
md5sums = c819c4a17a9db352ea24bd90ce032b59
diff --git a/PKGBUILD b/PKGBUILD
index ceb4fee14340..5420127992c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
-# Maintainer: Alexander Boyko <brdcom@ya.ru>
+# Maintainer: Alexander Boyko <4le34n at gmail dot com>
pkgname=activemq
-pkgver=5.14.2
+pkgver=5.14.5
pkgrel=1
pkgdesc="Popular and powerful open source messaging and Integration Patterns provider"
arch=('x86_64')
url="http://activemq.apache.org"
license=('Apache 2.0')
depends=('java-runtime' 'lsb-release')
-source=(http://archive.apache.org/dist/activemq/${pkgver}/apache-${pkgname}-${pkgver}-bin.tar.gz
+source=("http://archive.apache.org/dist/${pkgname}/${pkgver}/apache-${pkgname}-${pkgver}-bin.tar.gz"
profile.sh
profile.csh
service)
@@ -36,7 +36,7 @@ package() {
rm -rf "${pkgdir}/opt/activemq/bin/macosx"
}
-md5sums=('5350de685069ba79cb4e0d5bc1f07abd'
+md5sums=('3d28a422e05544a4c6764ad0d91718ee'
'0a1b2ac8850b833a5926f393069eee72'
'86a4b3f9117acb83ba653859b053f966'
'c819c4a17a9db352ea24bd90ce032b59')