[alpine-devel] [PATCH] testing/keepalived: upgrade to 1.2.10
Export this patch
---
testing/keepalived/APKBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
applied. thanks
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
diff --git a/testing/keepalived/APKBUILD b/testing/keepalived/APKBUILD
index 45a2875..dda0102 100644
--- a/testing/keepalived/APKBUILD
+++ b/testing/keepalived/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Pablo Castorino <pcastorino@mendoza-conicet.gob.ar>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=keepalived
-pkgver=1.2.8
+pkgver=1.2.10
pkgrel=1
pkgdesc="Health Checking for Linux Virtual Server & High-Availability"
url="http://www.keepalived.org/"
arch="all"
license="GPL"
depends=
-makedepends="openssl-dev popt-dev linux-headers net-snmp-dev"
+makedepends="openssl-dev popt-dev linux-headers net-snmp-dev libnl-dev"
install=
subpackages="$pkgname-doc $pkgname-sample-config:samples"
source="http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz
@@ -58,6 +58,6 @@ samples() {
mv "$pkgdir"/etc/keepalived/samples "$subpkgdir"/etc/keepalived/
}
-md5sums="8a362b6cea145fd4393bf004d09b4057 keepalived-1.2.8.tar.gz
+md5sums="d838c23d80682650315d1ae447dad48a keepalived-1.2.10.tar.gz
d20faa8d55b8a41b8ddb71bb00a6bead keepalived.initd
56ff68ad19e973826c2dbc42c892939f keepalived.confd"
--
1.8.1.5
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---