diff options
author | Skaendo <skaendo@linuxmail.org> | 2020-03-14 07:26:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 07:26:33 +0700 |
commit | bd3a5af5276fa5bdd2a3b826f87b525f1bf60d52 (patch) | |
tree | fc5d9168f71570762c90169590965dc2f1b71297 /desktop | |
parent | 9f4d4667f621a0843bb047201560291ac009d607 (diff) | |
download | slackbuilds-bd3a5af5276fa5bdd2a3b826f87b525f1bf60d52.tar.gz |
desktop/simplenote: Updated for version 1.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/simplenote/simplenote.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/simplenote/simplenote.desktop | 9 | ||||
-rw-r--r-- | desktop/simplenote/simplenote.info | 6 | ||||
-rw-r--r-- | desktop/simplenote/simplenote.png | bin | 36089 -> 0 bytes |
4 files changed, 6 insertions, 17 deletions
diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild index 4fd098322e..bdfef8006c 100644 --- a/desktop/simplenote/simplenote.SlackBuild +++ b/desktop/simplenote/simplenote.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for simplenote -# Copyright 2018, 2019 Skaendo <skaendo@linuxmail.org> +# Copyright 2018, 2019, 2020 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.12.0} +VERSION=${VERSION:-1.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,9 +42,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Set to abort if not building on x86_64 -if [ "$ARCH" = "x86_64" ]; then - SRCARCH=x86_64 # This does nothing. -else +if [ "$ARCH" != "x86_64" ]; then echo "$ARCH is not supported. Aborting." exit 1 fi diff --git a/desktop/simplenote/simplenote.desktop b/desktop/simplenote/simplenote.desktop deleted file mode 100644 index 992f010516..0000000000 --- a/desktop/simplenote/simplenote.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Simplenote -Comment=Simplenote for Linux -Exec="/opt/simplenote/simplenote" %U -Terminal=false -Type=Application -Icon=simplenote -StartupNotify=true -Categories=Utility;TextEditor; diff --git a/desktop/simplenote/simplenote.info b/desktop/simplenote/simplenote.info index bd14d87a26..eb7bf199a0 100644 --- a/desktop/simplenote/simplenote.info +++ b/desktop/simplenote/simplenote.info @@ -1,10 +1,10 @@ PRGNAM="simplenote" -VERSION="1.12.0" +VERSION="1.14.0" HOMEPAGE="https://simplenote.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.12.0/Simplenote-linux-1.12.0-x64.tar.gz" -MD5SUM_x86_64="4890ef90e664ca7d41b2f3f8bc5063cb" +DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.14.0/Simplenote-linux-1.14.0-x64.tar.gz" +MD5SUM_x86_64="80ed6cfe3c37e7809025fb833bd1b9bc" REQUIRES="" MAINTAINER="Skaendo" EMAIL="skaendo@linuxmail.org" diff --git a/desktop/simplenote/simplenote.png b/desktop/simplenote/simplenote.png Binary files differdeleted file mode 100644 index 15ab612f95..0000000000 --- a/desktop/simplenote/simplenote.png +++ /dev/null |