mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
gis/survex: Updated for version 1.4.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8e176e9d10
commit
957af4804e
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for surved
|
||||
|
||||
# Copyright 2022 Giancarlo Dessì, Cagliari, IT
|
||||
# Copyright 2022-2024 Giancarlo Dessì, Cagliari, IT
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=survex
|
||||
VERSION=${VERSION:-1.4.5}
|
||||
VERSION=${VERSION:-1.4.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="survex"
|
||||
VERSION="1.4.5"
|
||||
VERSION="1.4.7"
|
||||
HOMEPAGE="https://survex.com"
|
||||
DOWNLOAD="https://survex.com/software/1.4.5/survex-1.4.5.tar.gz \
|
||||
DOWNLOAD="https://survex.com/software/1.4.7/survex-1.4.7.tar.gz \
|
||||
https://survex.com/software/sample.tar.gz"
|
||||
MD5SUM="7b15c55bfb3fb9268733778c8cda2712 \
|
||||
MD5SUM="fb4b5ba8b0c571ab4ab4d9e634f0f954 \
|
||||
75f0d39e52fefb886b39ea664ef76c80"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="proj wxGTK3"
|
||||
MAINTAINER="Giancarlo Dessì"
|
||||
MAINTAINER="Giancarlo Dessi"
|
||||
EMAIL="slack@giand.it"
|
||||
|
|
Loading…
Reference in a new issue