git » libnet.git » commit 8eb5b32

switch to https

author Jelle van der Waa
2018-05-01 19:36:27 UTC
committer Jelle van der Waa
2018-05-01 19:36:27 UTC
parent dc5f4ac82864c9ba6f08257ce050984691c12d48

switch to https

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9fe784b..1314a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgver=1.1.6
 pkgrel=2
 pkgdesc="A library which provides API for commonly used low-level net functions"
 arch=('x86_64')
-url="http://sourceforge.net/projects/libnet-dev/"
+url="https://sourceforge.net/projects/libnet-dev/"
 license=('BSD')
 depends=('glibc' 'sh')
-source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz")
+source=("https://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz")
 md5sums=('710296fe424a49344e5fcc0d09e53317')
 
 build() {