summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Skaendo2019-02-15 01:46:26 +0100
committer Willy Sudiarto Raharjo2019-02-15 01:46:26 +0100
commit099e2fc0a189bac6615075f9d9d9e7f8f42b2b76 (patch)
tree5d0362c024fc8e010a800491df2e7811c5c69289 /desktop
parente67562d2958766c669a15847e249eeb9124fb2e6 (diff)
downloadslackbuilds-099e2fc0a189bac6615075f9d9d9e7f8f42b2b76.tar.gz
desktop/simplenote: Updated for version 1.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/simplenote/simplenote.SlackBuild6
-rw-r--r--desktop/simplenote/simplenote.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild
index b8c3319c45..58d2710d19 100644
--- a/desktop/simplenote/simplenote.SlackBuild
+++ b/desktop/simplenote/simplenote.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for simplenote
-# Copyright 2018 Skaendo <skaendo@linuxmail.org>
+# Copyright 2018-2019 Skaendo <skaendo@linuxmail.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=simplenote
SRCNAM=Simplenote
-VERSION=${VERSION:-1.4.0}
+VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE.electron.txt LICENSES.chromium.html \
+cp -a LICENSE* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/desktop/simplenote/simplenote.info b/desktop/simplenote/simplenote.info
index 2d585db640..f797938165 100644
--- a/desktop/simplenote/simplenote.info
+++ b/desktop/simplenote/simplenote.info
@@ -1,10 +1,10 @@
PRGNAM="simplenote"
-VERSION="1.4.0"
+VERSION="1.4.1"
HOMEPAGE="https://simplenote.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-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"
+DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.4.1/Simplenote-linux-1.4.1-x64.tar.gz"
+MD5SUM_x86_64="33ce82fc74e9797278d82597260cb344"
REQUIRES=""
MAINTAINER="Skaendo"
EMAIL="skaendo@linuxmail.org"