aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-01-15 01:23:48 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-15 10:09:19 +0000
commit9309be0bae63cc7a2e20011d6a3aad8cb482db6d (patch)
treed48cbf8367d6711828832f7d0db59f8fee6ef19c /testing
parent140cfe9166534f7f37d8fed92dfd9ce79e1e6a04 (diff)
testing/pacparser: update url to use https
Diffstat (limited to 'testing')
-rw-r--r--testing/pacparser/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pacparser/APKBUILD b/testing/pacparser/APKBUILD
index 8688bb223ca..3e4afb830f8 100644
--- a/testing/pacparser/APKBUILD
+++ b/testing/pacparser/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Aaron Hurt <ahurt@ena.com>
pkgname=pacparser
pkgver=1.3.7
-pkgrel=2
+pkgrel=3
pkgdesc="A library to parse proxy auto-config (PAC) files"
-url="http://pacparser.manugarg.com"
+url="https://pacparser.manugarg.com/"
# x86, armhf: https://github.com/pacparser/pacparser/issues/77
arch="x86_64"
license="LGPL-3.0-or-later"