[alpine-devel] [PATCH] testing/keepalived: upgrade to 1.2.12
Export this patch
---
testing/keepalived/APKBUILD | 4 ++ --
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/keepalived/APKBUILD b/testing/keepalived/APKBUILD
index dda0102..e26d59a 100644
--- a/testing/keepalived/APKBUILD
+++ b/testing/keepalived/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Pablo Castorino <pcastorino@mendoza-conicet.gob.ar>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=keepalived
- pkgver=1.2.10
+ pkgver=1.2.12
pkgrel=1
pkgrel should be reset to 0 when bumping pkgver.
I fixed that and fixed building with musl while at it.
thanks!
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
pkgdesc="Health Checking for Linux Virtual Server & High-Availability"
url="http://www.keepalived.org/"
@@ -58,6 +58,6 @@ samples() {
mv "$pkgdir"/etc/keepalived/samples "$subpkgdir"/etc/keepalived/
}
- md5sums="d838c23d80682650315d1ae447dad48a keepalived-1.2.10.tar.gz
+ md5sums="60f2564acc1e1faa0237b53cf4392d1f keepalived-1.2.12.tar.gz
d20faa8d55b8a41b8ddb71bb00a6bead keepalived.initd
56ff68ad19e973826c2dbc42c892939f keepalived.confd"
--
1.8.4.5
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---