summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cecf090b1a88..c3359b5b3474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librabbitmq-c
pkgdesc = A RabbitMQ(amqp) library written in C-language
- pkgver = 0.7.1
+ pkgver = 0.8.0
pkgrel = 2
url = https://github.com/alanxz/rabbitmq-c
arch = i686
@@ -14,8 +14,8 @@ pkgbase = librabbitmq-c
depends = popt
depends = openssl
options = !libtool
- source = librabbitmq-c-0.7.1.zip::https://github.com/alanxz/rabbitmq-c/archive/v0.7.1.zip
- md5sums = 4e312edbfc1b20b8fc3e14bc32deb2bc
+ source = librabbitmq-c-0.8.0.zip::https://github.com/alanxz/rabbitmq-c/archive/v0.8.0.zip
+ md5sums = 9ba4423b28ecf00a59b113637aceb2ad
pkgname = librabbitmq-c
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() {