gis/gpxsee: Updated for version 5.18.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e0d8fadc4f
commit
78cbb3f138
|
@ -1,6 +1,6 @@
|
|||
diff -Naur GPXSee-5.17.orig/src/GUI/units.h GPXSee-5.17/src/GUI/units.h
|
||||
--- GPXSee-5.17.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300
|
||||
+++ GPXSee-5.17/src/GUI/units.h 2018-04-08 20:17:44.008003642 +0300
|
||||
diff -Naur GPXSee-5.18.orig/src/GUI/units.h GPXSee-5.18/src/GUI/units.h
|
||||
--- GPXSee-5.18.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300
|
||||
+++ GPXSee-5.18/src/GUI/units.h 2018-04-08 20:17:44.008003642 +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:-5.17}
|
||||
VERSION=${VERSION:-5.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gpxsee"
|
||||
VERSION="5.17"
|
||||
VERSION="5.18"
|
||||
HOMEPAGE="http://www.gpxsee.org/"
|
||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/5.17/GPXSee-5.17.tar.gz"
|
||||
MD5SUM="56f3235dba577400b68091cd23fd70ab"
|
||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/5.18/GPXSee-5.18.tar.gz"
|
||||
MD5SUM="3d8024018c55f2d76e098c5608563000"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in New Issue