diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2019-11-16 20:21:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-16 20:21:42 +0700 |
commit | e47f3df7e88731904bef0d40cbaf8bf8ddc11e98 (patch) | |
tree | c7014773c8f77441c349b9cc29f1596f3e6c22a3 /gis | |
parent | 6533eded36ca3323782b9cc30615a7c1a239d797 (diff) |
gis/gpxsee: Updated for version 7.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/gpxsee/fix_font_narrow_space.diff | 4 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.SlackBuild | 2 | ||||
-rw-r--r-- | gis/gpxsee/gpxsee.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gis/gpxsee/fix_font_narrow_space.diff b/gis/gpxsee/fix_font_narrow_space.diff index 2e4d43318976..76d3a01a0929 100644 --- a/gis/gpxsee/fix_font_narrow_space.diff +++ b/gis/gpxsee/fix_font_narrow_space.diff @@ -1,5 +1,5 @@ ---- 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 +--- GPXSee-7.17/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 @@ -30,6 +30,6 @@ #define C2FS 1.8 // Celsius to Farenheit - scale #define C2FO 32.0 // Celsius to Farenheit - offset diff --git a/gis/gpxsee/gpxsee.SlackBuild b/gis/gpxsee/gpxsee.SlackBuild index 6145d3dadc54..42b9e7073b8a 100644 --- a/gis/gpxsee/gpxsee.SlackBuild +++ b/gis/gpxsee/gpxsee.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gpxsee -VERSION=${VERSION:-7.16} +VERSION=${VERSION:-7.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/gpxsee/gpxsee.info b/gis/gpxsee/gpxsee.info index 577ef6541e97..fd6bd249f865 100644 --- a/gis/gpxsee/gpxsee.info +++ b/gis/gpxsee/gpxsee.info @@ -1,8 +1,8 @@ PRGNAM="gpxsee" -VERSION="7.16" +VERSION="7.17" HOMEPAGE="https://www.gpxsee.org/" -DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.16/GPXSee-7.16.tar.gz" -MD5SUM="9294d596a975f0c5b63a4e28659c530e" +DOWNLOAD="https://github.com/tumic0/GPXSee/archive/7.17/GPXSee-7.17.tar.gz" +MD5SUM="5424fe7513c7159e1213a66887038bff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |