mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/FreeFileSync: Updated for version 13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d59bf84354
commit
d327143e22
2 changed files with 9 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=FreeFileSync
|
||||
VERSION=${VERSION:-13.0}
|
||||
VERSION=${VERSION:-13.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -37,7 +37,9 @@ case "$( uname -m )" in
|
|||
esac
|
||||
|
||||
set -e
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -54,14 +56,14 @@ rm -rf $PRGNAM-$VERSION
|
|||
mkdir -p $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
tar xvf $CWD/${PRGNAM}_${VERSION}_Linux.tar.gz
|
||||
tar xvfz $CWD/${PRGNAM}_${VERSION}_Linux.tar.gz
|
||||
mkdir p1
|
||||
cd p1
|
||||
7z x ../${PRGNAM}_${VERSION}_Install.run
|
||||
cd ..
|
||||
mkdir p2
|
||||
cd p2
|
||||
tar xvf ../p1/$PRGNAM.tar.gz
|
||||
tar xvfz ../p1/$PRGNAM.tar.gz
|
||||
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="FreeFileSync"
|
||||
VERSION="13.0"
|
||||
VERSION="13.1"
|
||||
HOMEPAGE="https://freefilesync.org/"
|
||||
DOWNLOAD="https://freefilesync.org/download/FreeFileSync_13.0_Linux.tar.gz"
|
||||
MD5SUM="a750c1bfadd262300529d8399a12521a"
|
||||
DOWNLOAD="https://freefilesync.org/download/FreeFileSync_13.1_Linux.tar.gz"
|
||||
MD5SUM="eb2797e561708dc22830f8470eb66f12"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="p7zip"
|
||||
|
|
Loading…
Reference in a new issue