diff options
-rw-r--r-- | testing/corosync/APKBUILD (renamed from unmaintained/corosync/APKBUILD) | 14 | ||||
-rw-r--r-- | testing/corosync/corosync.initd (renamed from unmaintained/corosync/corosync.initd) | 0 |
2 files changed, 7 insertions, 7 deletions
diff --git a/unmaintained/corosync/APKBUILD b/testing/corosync/APKBUILD index 7a3c050072..4076bc13a8 100644 --- a/unmaintained/corosync/APKBUILD +++ b/testing/corosync/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=corosync -pkgver=2.3.2 -pkgrel=0 +pkgver=2.3.4 +pkgrel=1 pkgdesc="The Corosync Cluster Engine and Application Programming Interfaces" url="http://www.corosync.org/" arch="all" license="BSD2" depends="" -depends_dev="nss-dev net-snmp-dev" -makedepends="$depends_dev libqb-dev" +depends_dev="nss-dev net-snmp-dev libqb-dev" +makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="http://build.clusterlabs.org/corosync/releases/corosync-$pkgver.tar.gz @@ -53,9 +53,9 @@ libs() { mv "$pkgdir"/usr/lib/lib*.so.* "$subpkgdir"/usr/lib/ || return 1 } -md5sums="0471219664186d110273b8ce48b1d169 corosync-2.3.2.tar.gz +md5sums="4b0f36a1dc014527e5b192265dbd7e70 corosync-2.3.4.tar.gz 4d18555dfdd036b7a48eb5bdfd0ff053 corosync.initd" -sha256sums="0721b90e095d56e95bee3fde77da6f596dc95ec856b404e1fdb9b4f9013d99fa corosync-2.3.2.tar.gz +sha256sums="3dae93fb1cf5c560295253b0560cbc25421ed053ee373852864f3a60c03247d4 corosync-2.3.4.tar.gz 8e5a18febe55a08b8b5be80ca2e3b81cdf961784d7a2f246b9064825d3a847bc corosync.initd" -sha512sums="b3f90da98fb0e0de632ccf9ba850aa8c3d1015bbc0ea81234f4284e2c793bc67642049bfa37e9c1ef6e91f28a3e0a3ad4fb4378cb7911ed67b1e807c63b3e846 corosync-2.3.2.tar.gz +sha512sums="68cfd22171b8d1158905ce01ba1d85be0ad069a6bea8895729b79ab720d65d1a8f1f2ec47281004810b1e6fdaf5a925afdc497aa4bd75663e7638eeed276f85e corosync-2.3.4.tar.gz be5ec458f8eb234eb01ba1023e59b35f967f0833fd8097eb8f9b5e9d172fe3beffc6ea3d15dd57f1b76ab7b90cdfccdb4868962488d4af573e70c55baf021a65 corosync.initd" diff --git a/unmaintained/corosync/corosync.initd b/testing/corosync/corosync.initd index 6c134bd937..6c134bd937 100644 --- a/unmaintained/corosync/corosync.initd +++ b/testing/corosync/corosync.initd |