gis/gpxsee: Updated for version 13.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7571dac3da
commit
7f1754ccef
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue