diff options
author | titopoquito <titopoquito@gmail.com> | 2024-04-04 11:03:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-04 11:19:38 +0700 |
commit | 7f1754ccef80e74578d833920867d0d53d74b2e7 (patch) | |
tree | 76369137017d0476cd51d57b6ddaca9d180d5c6c /gis | |
parent | 7571dac3da691a9a938520201787e77bb30958fb (diff) |
gis/gpxsee: Updated for version 13.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/gpxsee/gpxsee.SlackBuild | 3 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/gis/gpxsee/gpxsee.SlackBuild b/gis/gpxsee/gpxsee.SlackBuild index 891ded56fd361..be7b61c5360f8 100644 --- a/gis/gpxsee/gpxsee.SlackBuild +++ b/gis/gpxsee/gpxsee.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for GPXSee # Copyright 2018-2024, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2024 since version 13.18 titopoquito <titopoquito@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gpxsee -VERSION=${VERSION:-13.16} +VERSION=${VERSION:-13.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index 6f45438d68bed..2fca84e828bd3 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,10 +1,10 @@ PRGNAM="gpxsee" -VERSION="13.16" +VERSION="13.18" HOMEPAGE="https://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.16/GPXSee-13.16.tar.gz" -MD5SUM="71da416facde4f20585b41d359be2645" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.18/GPXSee-13.18.tar.gz" +MD5SUM="edd35b435e1d1c1b6f89688927d56248" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Nikolay Korotkiy" -EMAIL="sikmir@gmail.com" +MAINTAINER="titopoquito" +EMAIL="titopoquito@gmail.com" |