mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/gpxsee: Updated for version 7.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8be7c66f79
commit
180d015119
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- GPXSee-7.17/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
|
--- GPXSee-7.18/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
|
||||||
+++ GPXSee-7.17/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300
|
+++ GPXSee-7.18/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300
|
||||||
@@ -30,6 +30,6 @@
|
@@ -30,6 +30,6 @@
|
||||||
#define C2FS 1.8 // Celsius to Farenheit - scale
|
#define C2FS 1.8 // Celsius to Farenheit - scale
|
||||||
#define C2FO 32.0 // Celsius to Farenheit - offset
|
#define C2FO 32.0 // Celsius to Farenheit - offset
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=gpxsee
|
PRGNAM=gpxsee
|
||||||
VERSION=${VERSION:-7.17}
|
VERSION=${VERSION:-7.18}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gpxsee"
|
PRGNAM="gpxsee"
|
||||||
VERSION="7.17"
|
VERSION="7.18"
|
||||||
HOMEPAGE="https://www.gpxsee.org/"
|
HOMEPAGE="https://www.gpxsee.org/"
|
||||||
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.17/GPXSee-7.17.tar.gz"
|
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.18/GPXSee-7.18.tar.gz"
|
||||||
MD5SUM="5424fe7513c7159e1213a66887038bff"
|
MD5SUM="b7b9664c8a2bfa38b797c23445c5607f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="qt5"
|
REQUIRES="qt5"
|
||||||
|
|
Loading…
Reference in a new issue