diff options
author | Skaendo <skaendo@linuxmail.org> | 2020-05-09 09:22:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-10 08:36:56 +0700 |
commit | a4143cc652a8e2100129561a110abbb64e914b49 (patch) | |
tree | 7ecbd5cae25e53d6a53ce62d5506bb81763752a4 /desktop/simplenote | |
parent | fdd0a8d8e095bb4c7a75d9520980b18538eeb358 (diff) | |
download | slackbuilds-a4143cc652a8e2100129561a110abbb64e914b49.tar.gz |
desktop/simplenote: Updated for version 1.16.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/simplenote')
-rw-r--r-- | desktop/simplenote/doinst.sh | 1 | ||||
-rw-r--r-- | desktop/simplenote/simplenote.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/simplenote/simplenote.info | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/desktop/simplenote/doinst.sh b/desktop/simplenote/doinst.sh index 55ca305770..d8b0d0d87b 100644 --- a/desktop/simplenote/doinst.sh +++ b/desktop/simplenote/doinst.sh @@ -8,3 +8,4 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi + diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild index 0fac5301c6..ebf9116884 100644 --- a/desktop/simplenote/simplenote.SlackBuild +++ b/desktop/simplenote/simplenote.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=simplenote SRCNAM=Simplenote -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/simplenote/simplenote.info b/desktop/simplenote/simplenote.info index f3472eab38..a7bf6a97d4 100644 --- a/desktop/simplenote/simplenote.info +++ b/desktop/simplenote/simplenote.info @@ -1,10 +1,10 @@ PRGNAM="simplenote" -VERSION="1.15.1" +VERSION="1.16.0" HOMEPAGE="https://simplenote.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.15.1/Simplenote-linux-1.15.1-x64.tar.gz" -MD5SUM_x86_64="b5d805b5e263cd25576b2f9beea16cbb" +DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.16.0/Simplenote-linux-1.16.0-x64.tar.gz" +MD5SUM_x86_64="ffc3557926cbd5ded05a893b18a55417" REQUIRES="" MAINTAINER="Skaendo" EMAIL="skaendo@linuxmail.org" |