mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/xiphos: Updated for version 4.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5587fa7a34
commit
5e72b5b167
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xiphos
|
||||
VERSION=${VERSION:-4.0.2}
|
||||
VERSION=${VERSION:-4.0.3}
|
||||
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-20150415.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-20150806.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xiphos"
|
||||
VERSION="4.0.2"
|
||||
VERSION="4.0.3"
|
||||
HOMEPAGE="http://xiphos.org"
|
||||
DOWNLOAD="http://heanet.dl.sourceforge.net/project/gnomesword/Xiphos/4.0.2/xiphos-4.0.2-20150415.tar.gz"
|
||||
MD5SUM="d5151d06bc701c82f9a1fa7f81214fe1"
|
||||
DOWNLOAD="http://heanet.dl.sourceforge.net/project/gnomesword/Xiphos/4.0.3/xiphos-4.0.3-20150806.tar.gz"
|
||||
MD5SUM="90862930461bdb13893a2af23467e542"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="sword gtkhtml webkitgtk3 biblesync rarian"
|
||||
|
|
Loading…
Reference in a new issue