diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2024-02-29 00:07:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-29 00:26:11 +0700 |
commit | 870ecd3554829068d6a64c51461517baa0c56da1 (patch) | |
tree | 5248174f716a47d2802d4272518994fe570b29ab /gis | |
parent | 37f7dcc78886904e7ebb12b85b21749144e704d0 (diff) |
gis/gpxsee: Updated for version 13.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/gpxsee/gpxsee.SlackBuild | 4 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/gpxsee/gpxsee.SlackBuild b/gis/gpxsee/gpxsee.SlackBuild index 94991d71fb13..891ded56fd36 100644 --- a/gis/gpxsee/gpxsee.SlackBuild +++ b/gis/gpxsee/gpxsee.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GPXSee -# Copyright 2018-2020, Nikolay Korotkiy <sikmir@gmail.com> +# Copyright 2018-2024, Nikolay Korotkiy <sikmir@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gpxsee -VERSION=${VERSION:-7.28} +VERSION=${VERSION:-13.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index af460bebc439..6f45438d68be 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,8 +1,8 @@ PRGNAM="gpxsee" -VERSION="7.28" +VERSION="13.16" HOMEPAGE="https://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.28/GPXSee-7.28.tar.gz" -MD5SUM="4c1ba8939e569c6503b510b54dfa7e3e" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.16/GPXSee-13.16.tar.gz" +MD5SUM="71da416facde4f20585b41d359be2645" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |