gis/gpxsee: Updated for version 7.16.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nikolay Korotkiy 2019-11-01 06:20:19 +07:00 committed by Willy Sudiarto Raharjo
parent e4cac5fcad
commit be38cea494
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
--- GPXSee-7.15/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
+++ GPXSee-7.15/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300
--- GPXSee-7.16/src/GUI/units.h.orig 2019-03-12 23:00:39.365129810 +0300
+++ GPXSee-7.16/src/GUI/units.h 2019-03-12 23:00:47.151863062 +0300
@@ -30,6 +30,6 @@
#define C2FS 1.8 // Celsius to Farenheit - scale
#define C2FO 32.0 // Celsius to Farenheit - offset

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpxsee
VERSION=${VERSION:-7.15}
VERSION=${VERSION:-7.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="gpxsee"
VERSION="7.15"
VERSION="7.16"
HOMEPAGE="https://www.gpxsee.org/"
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.15/GPXSee-7.15.tar.gz"
MD5SUM="31e5822203cf12f6687b939c2834ba96"
DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.16/GPXSee-7.16.tar.gz"
MD5SUM="9294d596a975f0c5b63a4e28659c530e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"