diff options
author | titopoquito <titopoquito@gmail.com> | 2025-03-08 10:07:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-08 11:15:13 +0700 |
commit | 51ed6f1e44aec8e1d286ce63ffc480435bb63c9e (patch) | |
tree | e9426f4d302cebf3fb78ab596861c6e783de5100 /gis/gpxsee | |
parent | e11e43b4a5feea03dbc1bd6486281c8e2652b981 (diff) |
gis/gpxsee: Updated for version 13.36.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gpxsee')
-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 ab00d8b473..1c34642d17 100644 --- a/gis/gpxsee/gpxsee.SlackBuild +++ b/gis/gpxsee/gpxsee.SlackBuild @@ -3,7 +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> +# Copyright 2024-2025 since version 13.18 titopoquito <titopoquito@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gpxsee -VERSION=${VERSION:-13.31} +VERSION=${VERSION:-13.36} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index 30c3e9da9d..719f59bd4c 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,8 +1,8 @@ PRGNAM="gpxsee" -VERSION="13.31" +VERSION="13.36" HOMEPAGE="https://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.31/GPXSee-13.31.tar.gz" -MD5SUM="98a0e3bf504ecc7e9b970985b2065272" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/13.36/GPXSee-13.36.tar.gz" +MD5SUM="a0a4eb3675601d587eb6f0eee9a17c9a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |