diff options
author | Skaendo <skaendo@linuxmail.org> | 2019-11-23 06:46:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 06:46:53 +0700 |
commit | 892935f677a1d1bbb35201a82b8fe5e783b769c1 (patch) | |
tree | 8a3387285b81ff75aa18e66bdf701ca2d54db177 /desktop/simplenote | |
parent | e7a6d91cccb27cff005d1a55a96cbfcc5d937bdf (diff) |
desktop/simplenote: Updated for version 1.11.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 | 6 | ||||
-rw-r--r-- | desktop/simplenote/simplenote.info | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/desktop/simplenote/doinst.sh b/desktop/simplenote/doinst.sh index 65c7e2eeb9aa5..55ca305770943 100644 --- a/desktop/simplenote/doinst.sh +++ b/desktop/simplenote/doinst.sh @@ -1,3 +1,4 @@ + if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild index a7b71bef252dc..3caad63a0f595 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 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.10.0} +VERSION=${VERSION:-1.11.0} 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 ff28705e12797..591323aecd2a6 100644 --- a/desktop/simplenote/simplenote.info +++ b/desktop/simplenote/simplenote.info @@ -1,10 +1,10 @@ PRGNAM="simplenote" -VERSION="1.10.0" +VERSION="1.11.0" HOMEPAGE="https://simplenote.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.10.0/Simplenote-linux-1.10.0-x64.tar.gz" -MD5SUM_x86_64="cd23a6362dc44385681e2b18e0aadca4" +DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.11.0/Simplenote-linux-1.11.0-x64.tar.gz" +MD5SUM_x86_64="58dd6d9d3b6ce2c42f6f3438474487ac" REQUIRES="" MAINTAINER="Skaendo" EMAIL="skaendo@linuxmail.org" |