mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
gis/qmapshack: Updated for version 1.17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f375dfab34
commit
1a0e2616cd
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qmapshack
|
||||
VERSION=${VERSION:-1.17.0}
|
||||
VERSION=${VERSION:-1.17.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="qmapshack"
|
||||
VERSION="1.17.0"
|
||||
VERSION="1.17.1"
|
||||
HOMEPAGE="https://github.com/Maproom/qmapshack/wiki"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/Maproom/qmapshack/archive/V_1.17.0/qmapshack-V_1.17.0.tar.gz"
|
||||
MD5SUM_x86_64="ee2d0c19f9238a2fc5b77ba03b75b0be"
|
||||
DOWNLOAD_x86_64="https://github.com/Maproom/qmapshack/archive/V_1.17.1/qmapshack-V_1.17.1.tar.gz"
|
||||
MD5SUM_x86_64="94851207c9e9800f7d2ca0200ce7ecff"
|
||||
REQUIRES="gdal routino"
|
||||
MAINTAINER="Daniel Stolarski"
|
||||
EMAIL="daniel.stolarski@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue