diff options
-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 891ded56fd..be7b61c536 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 6f45438d68..2fca84e828 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" |