diff options
author | Skaendo <skaendo@linuxmail.org> | 2018-08-20 15:29:13 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-08-20 15:29:13 +0100 |
commit | 034365966c4d316fbdccb4d770ed224fa4ce76b9 (patch) | |
tree | f0059fa204fffd4af23b597192537887216f8d1c /desktop/simplenote | |
parent | 70d4edcef243a7141e5113a81e53a77d38dc8bfd (diff) | |
download | slackbuilds-034365966c4d316fbdccb4d770ed224fa4ce76b9.tar.gz |
desktop/simplenote: Updated for version 1.1.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/simplenote')
-rw-r--r-- | desktop/simplenote/simplenote.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/simplenote/simplenote.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild index 1fae314591..db5bfa0648 100644 --- a/desktop/simplenote/simplenote.SlackBuild +++ b/desktop/simplenote/simplenote.SlackBuild @@ -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 . \ diff --git a/desktop/simplenote/simplenote.info b/desktop/simplenote/simplenote.info index 50a610cd3f..af3dd6b96e 100644 --- a/desktop/simplenote/simplenote.info +++ b/desktop/simplenote/simplenote.info @@ -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" |