mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/btsync: Updated for version 2.3.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7104501f65
commit
86c7038440
2 changed files with 8 additions and 7 deletions
|
@ -23,7 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=btsync
|
||||
VERSION=${VERSION:-1.4.110}
|
||||
SRCNAM=BitTorrent-Sync
|
||||
VERSION=${VERSION:-2.3.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -57,7 +58,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}_$FARCH-$VERSION.tar.gz
|
||||
tar xvf $CWD/${SRCNAM}_$FARCH.tar.gz
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="btsync"
|
||||
VERSION="1.4.110"
|
||||
VERSION="2.3.7"
|
||||
HOMEPAGE="http://www.getsync.com"
|
||||
DOWNLOAD="http://syncapp.bittorrent.com/1.4.110/btsync_i386-1.4.110.tar.gz"
|
||||
MD5SUM="d2d60f6076886443c571850446012719"
|
||||
DOWNLOAD_x86_64="http://syncapp.bittorrent.com/1.4.110/btsync_x64-1.4.110.tar.gz"
|
||||
MD5SUM_x86_64="cbba9f22b20113d78c5b1299bba78a33"
|
||||
DOWNLOAD="https://download-cdn.getsync.com/stable/linux-i386/BitTorrent-Sync_i386.tar.gz"
|
||||
MD5SUM="17bfe2fc396d13b942f8b78b80828f5d"
|
||||
DOWNLOAD_x86_64="https://download-cdn.getsync.com/stable/linux-x64/BitTorrent-Sync_x64.tar.gz"
|
||||
MD5SUM_x86_64="48eb5aae01a8e7aae777bc93165ec560"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Philip van der Hoeven"
|
||||
EMAIL="philip@vd-hoeven.nl"
|
||||
|
|
Loading…
Reference in a new issue