mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/gpxsee: Updated for version 5.13.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5bab9a9678
commit
54c6c3d1be
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -Naur GPXSee-5.12.orig/src/GUI/units.h GPXSee-5.12/src/GUI/units.h
|
||||
--- GPXSee-5.12.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300
|
||||
+++ GPXSee-5.12/src/GUI/units.h 2018-04-08 20:17:44.008003642 +0300
|
||||
diff -Naur GPXSee-5.13.orig/src/GUI/units.h GPXSee-5.13/src/GUI/units.h
|
||||
--- GPXSee-5.13.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300
|
||||
+++ GPXSee-5.13/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.12}
|
||||
VERSION=${VERSION:-5.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gpxsee"
|
||||
VERSION="5.12"
|
||||
VERSION="5.13"
|
||||
HOMEPAGE="http://www.gpxsee.org/"
|
||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/5.12/GPXSee-5.12.tar.gz"
|
||||
MD5SUM="7abaafc3ad64741b7a0fd280ce8696bb"
|
||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/5.13/GPXSee-5.13.tar.gz"
|
||||
MD5SUM="b893a2fe60224b536969bfd2a978792d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in a new issue