diff options
author | Daniel Stolarski <daniel.stolarski@gmail.com> | 2023-12-16 07:17:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:25:40 +0700 |
commit | 1a0e2616cd2c380794b97595aaf013f1889455fc (patch) | |
tree | 2a979a30b446bb423b5986924d2c8f8e44861896 /gis | |
parent | f375dfab3418aedd350e49913064e03b902c05c9 (diff) |
gis/qmapshack: Updated for version 1.17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/qmapshack/qmapshack.SlackBuild | 2 | ||||
-rw-r--r-- | gis/qmapshack/qmapshack.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/qmapshack/qmapshack.SlackBuild b/gis/qmapshack/qmapshack.SlackBuild index 19d132c8e2d40..3262134a32952 100644 --- a/gis/qmapshack/qmapshack.SlackBuild +++ b/gis/qmapshack/qmapshack.SlackBuild @@ -12,7 +12,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qmapshack -VERSION=${VERSION:-1.17.0} +VERSION=${VERSION:-1.17.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/qmapshack/qmapshack.info b/gis/qmapshack/qmapshack.info index 88e3ec7a47f36..8e6e139656b02 100644 --- a/gis/qmapshack/qmapshack.info +++ b/gis/qmapshack/qmapshack.info @@ -1,10 +1,10 @@ PRGNAM="qmapshack" -VERSION="1.17.0" +VERSION="1.17.1" HOMEPAGE="https://github.com/Maproom/qmapshack/wiki" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/Maproom/qmapshack/archive/V_1.17.0/qmapshack-V_1.17.0.tar.gz" -MD5SUM_x86_64="ee2d0c19f9238a2fc5b77ba03b75b0be" +DOWNLOAD_x86_64="https://github.com/Maproom/qmapshack/archive/V_1.17.1/qmapshack-V_1.17.1.tar.gz" +MD5SUM_x86_64="94851207c9e9800f7d2ca0200ce7ecff" REQUIRES="gdal routino" MAINTAINER="Daniel Stolarski" EMAIL="daniel.stolarski@gmail.com" |