summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-09-13 17:10:49 +0800
committerChocobo12020-09-13 17:10:49 +0800
commit666b223aab9285c6d9a22143581396c56b8f9e79 (patch)
tree1973ff0466334c432541103466ef900bc1aac715
parent2475491445478176a37d03ecf9b4492ec1ec4f8d (diff)
downloadaur-666b223aab9285c6d9a22143581396c56b8f9e79.tar.gz
Use https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d06495de1118..fe9b73008e78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ipset-git
pkgdesc = Administration tool for IP sets
pkgver = 7.1.r3.g8eaaf16
pkgrel = 1
- url = http://ipset.netfilter.org/
+ url = https://ipset.netfilter.org/
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 994ee5db3c0e..717d620f5a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=7.1.r3.g8eaaf16
pkgrel=1
pkgdesc="Administration tool for IP sets"
arch=('i686' 'x86_64')
-url="http://ipset.netfilter.org/"
+url="https://ipset.netfilter.org/"
license=('GPL2')
depends=('glibc' 'libmnl')
makedepends=('git')