diff options
Diffstat (limited to 'main/paxctl/APKBUILD')
-rw-r--r-- | main/paxctl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/paxctl/APKBUILD b/main/paxctl/APKBUILD index 6903f871a4..6184c86d4e 100644 --- a/main/paxctl/APKBUILD +++ b/main/paxctl/APKBUILD @@ -11,7 +11,7 @@ depends="" makedepends="" install= subpackages="$pkgname-doc" -source="http://pax.grsecurity.net/$pkgname-$pkgver.tar.gz" +source="https://pax.grsecurity.net/$pkgname-$pkgver.tar.gz" build() { cd "$srcdir/$pkgname-$pkgver" |