mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/gpxsee: Updated for version 7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
66db36aa02
commit
9fa6b106c4
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -Naur GPXSee-7.2.orig/src/GUI/units.h GPXSee-7.2/src/GUI/units.h
|
||||
--- GPXSee-7.2.orig/src/GUI/units.h 2018-12-08 21:09:23.510215182 +0300
|
||||
+++ GPXSee-7.2/src/GUI/units.h 2018-12-08 21:10:17.907437326 +0300
|
||||
--- GPXSee-7.3.orig/src/GUI/units.h 2018-12-08 21:09:23.510215182 +0300
|
||||
+++ GPXSee-7.3/src/GUI/units.h 2018-12-08 21:10:17.907437326 +0300
|
||||
@@ -30,6 +30,6 @@
|
||||
#define C2FS 1.8 // Celsius to Farenheit - scale
|
||||
#define C2FO 32.0 // Celsius to Farenheit - offset
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gpxsee
|
||||
VERSION=${VERSION:-7.2}
|
||||
VERSION=${VERSION:-7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gpxsee"
|
||||
VERSION="7.2"
|
||||
VERSION="7.3"
|
||||
HOMEPAGE="https://www.gpxsee.org/"
|
||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.2/GPXSee-7.2.tar.gz"
|
||||
MD5SUM="05184a51b759240e021682b027b5dd99"
|
||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.3/GPXSee-7.3.tar.gz"
|
||||
MD5SUM="10a3703263b1b1d2fd716b043ba255f7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in a new issue