summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Schweikert2016-11-03 16:27:34 +0100
committerFlorian Schweikert2016-11-03 16:27:34 +0100
commita96225a1c0f7957155033f2b0d9ac4cd2f2427d1 (patch)
tree71e6ed9fd2481d5cdeb2e33354de126e18cd54d6
parent22a6059945560fb092d4e283154b734ae823b33e (diff)
downloadaur-a96225a1c0f7957155033f2b0d9ac4cd2f2427d1.tar.gz
Update to 0.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6856ed73b309..c94fa05d875a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qpid-proton
pkgdesc = Proton is a high-performance, lightweight messaging library
- pkgver = 0.8
- pkgrel = 2
+ pkgver = 0.15.0
+ pkgrel = 1
url = https://qpid.apache.org/releases/
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = qpid-proton
makedepends = cmake
makedepends = swig
depends = python2
- source = http://www.eu.apache.org/dist/qpid/proton/0.8/qpid-proton-0.8.tar.gz
- sha1sums = 2cae466d975b0f1df28fdfb0fe8e8d000a35d99a
+ source = https://www-us.apache.org/dist/qpid/proton/0.15.0/qpid-proton-0.15.0.tar.gz
+ sha1sums = 7c85f9a76a33c1f22dbef22dc194f315261a6a02
pkgname = qpid-proton
diff --git a/PKGBUILD b/PKGBUILD
index 0ddc7d3a7665..c866bc9acb5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florian Schweikert <kelvan at ist-total.org>
pkgname=qpid-proton
-pkgver=0.10
+pkgver=0.15.0
pkgrel=1
pkgdesc="Proton is a high-performance, lightweight messaging library"
arch=('i686' 'x86_64' 'armv7h')
@@ -9,8 +9,8 @@ license=('APACHE')
depends=('python2')
makedepends=('util-linux' 'python2' 'cmake' 'swig')
optdepends=()
-source=("http://www.eu.apache.org/dist/qpid/proton/$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('a38f246beea833b7fbbc8dd594b922c1ec18f691')
+source=("https://www-us.apache.org/dist/qpid/proton/$pkgver/$pkgname-$pkgver.tar.gz")
+sha1sums=('7c85f9a76a33c1f22dbef22dc194f315261a6a02')
build() {
cd "${srcdir}/qpid-proton-${pkgver}"