desktop/simplenote: Updated for version 1.1.7.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Skaendo 2018-08-20 15:29:13 +01:00 committed by David Spencer
parent 70d4edcef2
commit 034365966c
2 changed files with 7 additions and 6 deletions

View file

@ -23,8 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=simplenote
VERSION=${VERSION:-1.1.6}
BUILD=${BUILD:-2}
SRCNAM=Simplenote
VERSION=${VERSION:-1.1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -54,7 +55,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="simplenote"
VERSION="1.1.6"
VERSION="1.1.7"
HOMEPAGE="https://simplenote.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.1.6/simplenote-1.1.6.tar.gz"
MD5SUM_x86_64="3b4757cb683749fc1324575d1b0252f9"
DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.1.7/Simplenote-1.1.7.tar.gz"
MD5SUM_x86_64="ea6400f461e6d8e7178c061382a94916"
REQUIRES=""
MAINTAINER="Skaendo"
EMAIL="skaendo@linuxmail.org"