mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/turtl: Update to version 0.7.2.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a4869cf6ef
commit
4ea9e819b2
2 changed files with 16 additions and 9 deletions
|
@ -23,13 +23,20 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=turtl
|
||||
VERSION=${VERSION:-0.7.2.5}
|
||||
VERSION=${VERSION:-0.7.2.6}
|
||||
SUFFIX=-pre-sync-fix
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
case "$( uname -m )" in
|
||||
x86_64) OS="linux64" ;;
|
||||
i?86) OS="linux32" ;;
|
||||
x86_64)
|
||||
OS="linux64"
|
||||
ARCH="x86_64"
|
||||
;;
|
||||
i?86)
|
||||
OS="linux32"
|
||||
ARCH="i586"
|
||||
;;
|
||||
esac
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -44,7 +51,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION-$OS
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-$OS.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION$SUFFIX-$OS.tar.bz2
|
||||
cd $PRGNAM-$OS
|
||||
HERE=$(dirname $(readlink -e ./install.sh))
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="turtl"
|
||||
VERSION="0.7.2.5"
|
||||
VERSION="0.7.2.6"
|
||||
HOMEPAGE="https://turtlapp.com"
|
||||
DOWNLOAD="https://github.com/turtl/desktop/releases/download/v0.7.2.5/turtl-0.7.2.5-linux32.tar.bz2"
|
||||
MD5SUM="e85d853dccadcb5a8f6a5478cd038690"
|
||||
DOWNLOAD_x86_64="https://github.com/turtl/desktop/releases/download/v0.7.2.5/turtl-0.7.2.5-linux64.tar.bz2"
|
||||
MD5SUM_x86_64="771ac3060d5e6d13fcd1bb4644772999"
|
||||
DOWNLOAD="https://github.com/turtl/desktop/releases/download/v0.7.2.6-pre-sync-fix/turtl-0.7.2.6-pre-sync-fix-linux32.tar.bz2"
|
||||
MD5SUM="83f0727e4588dc6a59b5eb8b1c9b01e1"
|
||||
DOWNLOAD_x86_64="https://github.com/turtl/desktop/releases/download/v0.7.2.6-pre-sync-fix/turtl-0.7.2.6-pre-sync-fix-linux64.tar.bz2"
|
||||
MD5SUM_x86_64="f230de6e01bcdbe4ac38dfb0359a2b8a"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Jeff Parent"
|
||||
EMAIL="jeff+SBo@sh0.xyz"
|
||||
|
|
Loading…
Reference in a new issue