summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTravis Glenn Hansen2016-08-27 15:17:10 -0600
committerTravis Glenn Hansen2016-08-27 15:17:10 -0600
commit8fc7c0af30e083c8ef5bb3ffa4c15c05fc1aff15 (patch)
tree9b681b54ad96d191df5b3a3f343f6a6b00cc3490 /PKGBUILD
parenta32d4a2004dfd4a1fd76e6c15ca0c517342fbfa3 (diff)
downloadaur-librabbitmq-c.tar.gz
bump librabbitmq-c-0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68851cfe25bd..d4557dca12ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aleiphoenix <aleiphoenix@gmail.com>
pkgname=librabbitmq-c
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=2
pkgdesc="A RabbitMQ(amqp) library written in C-language"
arch=('i686' 'x86_64' 'armv7h')
@@ -11,7 +11,7 @@ depends=('popt' 'openssl')
makedepends=('cmake' 'docbook-xsl' 'doxygen' 'xmlto')
url=https://github.com/alanxz/rabbitmq-c
source=("${pkgname}-${pkgver}.zip::https://github.com/alanxz/rabbitmq-c/archive/v${pkgver}.zip")
-md5sums=('4e312edbfc1b20b8fc3e14bc32deb2bc')
+md5sums=('9ba4423b28ecf00a59b113637aceb2ad')
options=(!libtool)
build() {