summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f72c86567876..b927996b1517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corosync
pkgdesc = Cluster engine for nodal communications systems with high availability features.
- pkgver = 3.1.3
+ pkgver = 3.1.6
pkgrel = 1
url = http://www.corosync.org/
arch = i686
@@ -13,8 +13,7 @@ pkgbase = corosync
depends = libqb
depends = libcgroup
depends = kronosnet
- source = corosync-3.1.3.tar.gz::https://github.com/corosync/corosync/archive/v3.1.3.tar.gz
- md5sums = 85dfb7a87a78ad5754873ece10c1cfe4
+ source = corosync-3.1.6.tar.gz::https://github.com/corosync/corosync/archive/v3.1.6.tar.gz
+ md5sums = 7b98886bd70071b941de7adc839c7d28
pkgname = corosync
-
diff --git a/PKGBUILD b/PKGBUILD
index 5de964dabed8..f22b0397d1fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#Contributor: ovi chis <ovi@ovios.org>
pkgname=corosync
-pkgver=3.1.3
+pkgver=3.1.6
pkgrel=1
pkgdesc="Cluster engine for nodal communications systems with high availability features."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://www.corosync.org/"
license=('BSD')
depends=('nss' 'libstatgrab' 'net-snmp' 'libdbus' 'libqb' 'libcgroup' 'kronosnet')
source=("$pkgname-$pkgver.tar.gz::https://github.com/corosync/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('85dfb7a87a78ad5754873ece10c1cfe4')
+md5sums=('7b98886bd70071b941de7adc839c7d28')
prepare() {
cd ${pkgname}-${pkgver}