diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2017-08-22 07:00:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:40 +0700 |
commit | d319567ab864e2e7b9baa00f2798555544ff6022 (patch) | |
tree | 3c30a962934da8ff943e6156a7cdf26ee63e9383 /academic | |
parent | a1bb30d2d752b777309613003ce39a8ebc78da23 (diff) |
academic/xiphos: Updated for version 4.0.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/xiphos/xiphos.SlackBuild | 4 | ||||
-rw-r--r-- | academic/xiphos/xiphos.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/academic/xiphos/xiphos.SlackBuild b/academic/xiphos/xiphos.SlackBuild index b7ad7708e87d..dc1d29b0193b 100644 --- a/academic/xiphos/xiphos.SlackBuild +++ b/academic/xiphos/xiphos.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xiphos -VERSION=${VERSION:-4.0.5} +VERSION=${VERSION:-4.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION-20170423.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION-20170810.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/academic/xiphos/xiphos.info b/academic/xiphos/xiphos.info index 92484ad69ec6..714bf8c035cb 100644 --- a/academic/xiphos/xiphos.info +++ b/academic/xiphos/xiphos.info @@ -1,8 +1,8 @@ PRGNAM="xiphos" -VERSION="4.0.5" +VERSION="4.0.6" HOMEPAGE="http://xiphos.org" -DOWNLOAD="https://github.com/crosswire/xiphos/releases/download/4.0.5/xiphos-4.0.5-20170423.tar.gz" -MD5SUM="f0f0612ef12421307deab1e0627e69f1" +DOWNLOAD="https://github.com/crosswire/xiphos/releases/download/4.0.6/xiphos-4.0.6-20170810.tar.gz" +MD5SUM="5a990a97da5118c22c2c01d3cb14c5f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="sword webkitgtk3 biblesync rarian" |