diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-18 20:11:33 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-20 16:57:44 +0000 |
commit | 04ea3cea0e83d645fff8cf9c39caafc559e8e7aa (patch) | |
tree | 0dd3b95bdbdfc8c398bab6b3d16ed3f5011b50fd /testing/corosync | |
parent | 3024f9866a03cf96f1449b72868fccc3f094f977 (diff) | |
download | aports-04ea3cea0e83d645fff8cf9c39caafc559e8e7aa.tar.bz2 aports-04ea3cea0e83d645fff8cf9c39caafc559e8e7aa.tar.xz |
testing/corosync: upgrade to 1.4.3
Diffstat (limited to 'testing/corosync')
-rw-r--r-- | testing/corosync/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/corosync/APKBUILD b/testing/corosync/APKBUILD index 6b3ed82742..8e432b03cb 100644 --- a/testing/corosync/APKBUILD +++ b/testing/corosync/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: pkgname=corosync -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=0 pkgdesc="The Corosync Cluster Engine and Application Programming Interfaces" url="http://www.corosync.org/" @@ -14,7 +14,6 @@ install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="ftp://ftp:downloads@corosync.org/downloads/corosync-$pkgver/corosync-$pkgver.tar.gz $pkgname.initd" - _builddir="$srcdir"/corosync-$pkgver prepare() { @@ -60,5 +59,5 @@ libs() { "$subpkgdir"/usr/lib/ || return 1 } -md5sums="061ee5522097fee69475b38a66bf1d6a corosync-1.4.2.tar.gz +md5sums="9e9943a7d9eb90fabd52d12b215c699c corosync-1.4.3.tar.gz 4d18555dfdd036b7a48eb5bdfd0ff053 corosync.initd" |