diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/c-ares/APKBUILD | 2 | ||||
-rw-r--r-- | system/sudo/APKBUILD | 2 | ||||
-rw-r--r-- | system/yaml/APKBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/system/c-ares/APKBUILD b/system/c-ares/APKBUILD index 3effc2a1a..c2f577079 100644 --- a/system/c-ares/APKBUILD +++ b/system/c-ares/APKBUILD @@ -4,7 +4,7 @@ pkgname=c-ares pkgver=1.14.0 pkgrel=0 pkgdesc="Asynchronous DNS/name resolver library" -url="http://c-ares.haxx.se/" +url="https://c-ares.haxx.se/" arch="all" options="!checkroot" license="MIT" diff --git a/system/sudo/APKBUILD b/system/sudo/APKBUILD index 0d8ac292c..3e3fdc7b5 100644 --- a/system/sudo/APKBUILD +++ b/system/sudo/APKBUILD @@ -11,7 +11,7 @@ else fi pkgrel=2 pkgdesc="Give certain users the ability to run some commands as root" -url="http://www.sudo.ws/sudo/" +url="https://www.sudo.ws/sudo/" arch="all" options="suid" license="ISC AND MIT AND BSD-3-Clause AND BSD-2-Clause AND Zlib" diff --git a/system/yaml/APKBUILD b/system/yaml/APKBUILD index 5499c5e51..f5285ae80 100644 --- a/system/yaml/APKBUILD +++ b/system/yaml/APKBUILD @@ -4,7 +4,7 @@ pkgname=yaml pkgver=0.1.7 pkgrel=0 pkgdesc="YAML 1.1 parser and emitter written in C" -url="http://pyyaml.org/wiki/LibYAML" +url="https://pyyaml.org/wiki/LibYAML" arch="all" license="MIT" depends="" |