desktop/simplenote: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b4e562af15
commit
56bf77d129
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=simplenote
|
||||
SRCNAM=Simplenote
|
||||
VERSION=${VERSION:-1.1.7}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,9 +54,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $SRCNAM-linux-$VERSION-x64
|
||||
tar xvf $CWD/$SRCNAM-linux-$VERSION-x64.tar.gz
|
||||
cd $SRCNAM-linux-$VERSION-x64
|
||||
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="simplenote"
|
||||
VERSION="1.1.7"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="https://simplenote.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.1.7/Simplenote-1.1.7.tar.gz"
|
||||
MD5SUM_x86_64="ea6400f461e6d8e7178c061382a94916"
|
||||
DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.4.0/Simplenote-linux-1.4.0-x64.tar.gz"
|
||||
MD5SUM_x86_64="c056e16ad11486f454814a2cfd654a02"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Skaendo"
|
||||
EMAIL="skaendo@linuxmail.org"
|
||||
|
|
Loading…
Reference in New Issue