diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-09-18 16:11:09 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-21 23:32:25 +0100 |
commit | 0a4899caf21ab182531f5c5e62d7af9e4a1fd36f (patch) | |
tree | 266ea9b0b55f3b34ac98b4d23eaca1b5189aec27 /misc/subsurface | |
parent | 11a1f5aacf8283baa913e1f22ded4f8c575e1732 (diff) |
misc/subsurface: Updated for version 4.8.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'misc/subsurface')
-rw-r--r-- | misc/subsurface/subsurface.SlackBuild | 6 | ||||
-rw-r--r-- | misc/subsurface/subsurface.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/subsurface/subsurface.SlackBuild b/misc/subsurface/subsurface.SlackBuild index 79bf2c824191..086043aca75b 100644 --- a/misc/subsurface/subsurface.SlackBuild +++ b/misc/subsurface/subsurface.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=subsurface SRCNAM=Subsurface -VERSION=${VERSION:-4.8.1} +VERSION=${VERSION:-4.8.2} MD5LONG=${MD5LONG:-54a357f9590d9cf011bf1713589f66bad65e00eb} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,8 +77,8 @@ find -L . \ # https://mail.kde.org/pipermail/release-team/2015-August/008911.html sed -i 's|#include <grantlee_templates.h>|#include "grantlee_templates_local.h"|' \ desktop-widgets/templatelayout.h -cat /usr/include/Grantlee5/grantlee_templates.h | \ - sed -e 's|grantlee/|Grantlee5/grantlee/|'\ +sed -e 's|grantlee/|Grantlee5/grantlee/|' \ + /usr/include/Grantlee5/grantlee_templates.h \ > grantlee_templates_local.h # Fix the location detection of googlemaps diff --git a/misc/subsurface/subsurface.info b/misc/subsurface/subsurface.info index 3310b7ee3623..39a45434d361 100644 --- a/misc/subsurface/subsurface.info +++ b/misc/subsurface/subsurface.info @@ -1,11 +1,11 @@ PRGNAM="subsurface" -VERSION="4.8.1" +VERSION="4.8.2" HOMEPAGE="http://subsurface.hohndel.org/" -DOWNLOAD="https://subsurface-divelog.org/downloads/Subsurface-4.8.1.tgz \ - https://subsurface-divelog.org/downloads/libdivecomputer-subsurface-branch-4.8.1.tgz \ +DOWNLOAD="https://subsurface-divelog.org/downloads/Subsurface-4.8.2.tgz \ + https://subsurface-divelog.org/downloads/libdivecomputer-subsurface-branch-4.8.2.tgz \ https://github.com/vladest/googlemaps/archive/54a357f/googlemaps-54a357f9590d9cf011bf1713589f66bad65e00eb.tar.gz" -MD5SUM="e51d0273b169f6522c2d5f39ec79a83f \ - 2ecc398a539a25aa50c1cd8a83abf921 \ +MD5SUM="c7a13b93cc8d35a6882074647e2d36fd \ + 95a4f4e30755d2a848ca57458e5100bd \ 78770b2e3a46071f80c7747ed116a128" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |