[arch-commits] Commit in keepalived/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Sep 17 20:40:52 UTC 2019


    Date: Tuesday, September 17, 2019 @ 20:40:50
  Author: arojas
Revision: 511014

https

Modified:
  keepalived/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-17 20:40:21 UTC (rev 511013)
+++ PKGBUILD	2019-09-17 20:40:50 UTC (rev 511014)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
-url='http://www.keepalived.org/'
+url='https://www.keepalived.org/'
 license=('GPL2')
 backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
 makedepends=('ipset')
@@ -14,7 +14,7 @@
 optdepends=('ipset: ipset support')
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz")
+source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz")
 md5sums=('9d1dc77a0e4c628daf9fe453701b54be')
 
 build() {



More information about the arch-commits mailing list