mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/megasync: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4c127d47a8
commit
73251d7e55
2 changed files with 6 additions and 13 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=megasync
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,13 +80,6 @@ mv $PKG/usr/share/doc/megasync/changelog.gz $PKG/usr/doc/$PRGNAM-$VERSION
|
|||
rm -rf $PKG/usr/share/doc/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
# this is not yet created by cryptopp, but required here
|
||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
(
|
||||
cd $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
ln -s /usr/lib${LIBDIRSUFFIX}/libcryptopp.so libcrypto++.so.9
|
||||
)
|
||||
|
||||
# Reuse the icon
|
||||
mkdir -p $PKG/usr/share/pixmaps
|
||||
cp $PKG/usr/share/icons/hicolor/128x128/apps/mega.png $PKG/usr/share/pixmaps/
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="megasync"
|
||||
VERSION="2.0.0"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://mega.co.nz"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/megasync/2.0.0/megasync-Debian_7.0_i386.deb"
|
||||
MD5SUM="161855aacbbf736791ad8a39a0d3c2d0"
|
||||
DOWNLOAD_x86_64="http://sourceforge.net/projects/slackbuildsdirectlinks/files/megasync/2.0.0/megasync-Debian_7.0_amd64.deb"
|
||||
MD5SUM_x86_64="fd39456080e087cf1c46d91fb67fad13"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/megasync/2.1.0/megasync-Debian_7.0_i386.deb"
|
||||
MD5SUM="b70ae6ffcc6403da367f1e2c779006fc"
|
||||
DOWNLOAD_x86_64="http://sourceforge.net/projects/slackbuildsdirectlinks/files/megasync/2.1.0/megasync-Debian_7.0_amd64.deb"
|
||||
MD5SUM_x86_64="1cd1fb442568ba3cc6f0cbad46e3ac0a"
|
||||
REQUIRES="c-ares cryptopp"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue