summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {