aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-03 18:12:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-03 18:12:29 +0000
commitac67b1d9da7f555dd5b0d8a95448c76793ce0574 (patch)
tree1eb8c4b6f4d3ef3112f91432470cfaf920e250a2
parent6183ccd76a4db8d3e287afa46ae7a3777fd6f838 (diff)
main/docbook-xml: use https for sources
-rw-r--r--main/docbook-xml/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/docbook-xml/APKBUILD b/main/docbook-xml/APKBUILD
index 1eb155e0cbb..5ece603158c 100644
--- a/main/docbook-xml/APKBUILD
+++ b/main/docbook-xml/APKBUILD
@@ -10,11 +10,11 @@ depends="libxml2-utils"
makedepends=
options="!check"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
-source="http://www.docbook.org/xml/$pkgver/$pkgname-$pkgver.zip
- http://www.docbook.org/xml/4.4/$pkgname-4.4.zip
- http://www.docbook.org/xml/4.3/$pkgname-4.3.zip
- http://www.docbook.org/xml/4.2/$pkgname-4.2.zip
- http://www.docbook.org/xml/4.1.2/docbkx412.zip
+source="https://www.docbook.org/xml/$pkgver/$pkgname-$pkgver.zip
+ https://www.docbook.org/xml/4.4/$pkgname-4.4.zip
+ https://www.docbook.org/xml/4.3/$pkgname-4.3.zip
+ https://www.docbook.org/xml/4.2/$pkgname-4.2.zip
+ https://www.docbook.org/xml/4.1.2/docbkx412.zip
"
_versions="4.1.2 4.2 4.3 4.4 4.5"