aboutsummaryrefslogtreecommitdiffstats
path: root/community/keepalived
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-27 00:39:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-27 01:42:24 -0300
commitec825b3f163d289b58ca0f9dc56429d41a9b1595 (patch)
tree37850f451aa2cc7378045e779c64763a67f59c82 /community/keepalived
parentfdd1d295c5c55b8bda9cf2bd7d27b17dfeed3894 (diff)
downloadaports-ec825b3f163d289b58ca0f9dc56429d41a9b1595.tar.bz2
aports-ec825b3f163d289b58ca0f9dc56429d41a9b1595.tar.xz
community/keepalived: upgrade to 2.0.18
Diffstat (limited to 'community/keepalived')
-rw-r--r--community/keepalived/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/keepalived/APKBUILD b/community/keepalived/APKBUILD
index d226868fe5..a7c0c02ebe 100644
--- a/community/keepalived/APKBUILD
+++ b/community/keepalived/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=keepalived
-pkgver=2.0.17
+pkgver=2.0.18
pkgrel=0
pkgdesc="Health Checking for Linux Virtual Server & High-Availability"
url="https://www.keepalived.org/"
@@ -19,7 +19,6 @@ source="https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz
$pkgname.initd
$pkgname.confd
"
-builddir="$srcdir/$pkgname-$pkgver"
# secfixes:
# 2.0.11-r0:
@@ -61,8 +60,6 @@ check() {
}
package() {
- cd "$builddir"
-
make DESTDIR="$pkgdir" install
local f; for f in AUTHOR CONTRIBUTORS ChangeLog README INSTALL TODO \
@@ -105,7 +102,7 @@ samples() {
mv "$pkgdir"/etc/keepalived/samples "$subpkgdir"/etc/keepalived/
}
-sha512sums="6bbcd76604785ef11af4df0a72015ff75a3f47fd04dbe15913f1a30bc80371a188f54020dca881a2b6a562e6ea0b1c5c9c4561c46aa4bdbb8c9f3c54b411d1df keepalived-2.0.17.tar.gz
+sha512sums="11e0a9b9bdca734a923254b4484f4e808cf362e795e3f457f707772b7522929be4bbbba9b1c152b7cb7601d8315b6faea229ed59f115787d6197fbc62770f9a3 keepalived-2.0.18.tar.gz
afa49ffccc97ade7229548d85c37b9a75943c7945eb44aa6907cace71be5c3851bb2031b94d09dbdee0eb7313d200cb4acb208e89811f2727570fde50fba13e3 always-use-pid-dir.patch
4f1a3fdb0a936707a234efa063296f575fa8168551c87d2f9d43b7681d24605f852b4ddb2c674d1e311111f85232a708939a71cf128eb57c940ccb6927518dd4 keepalived.initd
2e6a9411d78fb954b5ede75d04225bf3f37d9ef4773c2b3587e1de1a0795f61a1ed784fa229854c2ee97f153205c3f76b3ff79cd55ede07f211731f0d17569cb keepalived.confd"