diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 10:21:14 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 10:21:14 -0300 |
commit | 7906c5b3a3c5cb4260b58489a6fb542d29ab5b28 (patch) | |
tree | 317b2a76238d2e402c828e1056e17eaab38a203a /testing/mapserver | |
parent | 75d79d48e6a81e1fae38a262c68c9a46c35bd7d7 (diff) | |
download | aports-7906c5b3a3c5cb4260b58489a6fb542d29ab5b28.tar.bz2 aports-7906c5b3a3c5cb4260b58489a6fb542d29ab5b28.tar.xz |
testing/mapserver: fix url
Diffstat (limited to 'testing/mapserver')
-rw-r--r-- | testing/mapserver/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mapserver/APKBUILD b/testing/mapserver/APKBUILD index 62fec018e3..d8d2338fb7 100644 --- a/testing/mapserver/APKBUILD +++ b/testing/mapserver/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Bjoern Schilberg <bjoern@intevation.de> pkgname=mapserver pkgver=7.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="MapServer is CGI-based platform for publishing spatial data and interactive mapping applications to the web." -url="http://mapserver.org/" +url="https://mapserver.org/" arch="x86_64" license="MIT" depends_dev=" |