diff options
author | 2025-06-13 08:26:59 +0700 | |
---|---|---|
committer | 2025-06-13 08:49:00 +0700 | |
commit | d9acdfcdaa76d01c1c810761054423c6081d7d59 (patch) | |
tree | e7dae7faee91911a128ceb13eded8aabf7501d35 | |
parent | 922a21bf090710cac330e3768d2ab6f49909d06d (diff) | |
download | slackbuilds-d9acdfcdaa76d01c1c810761054423c6081d7d59.tar.gz slackbuilds-d9acdfcdaa76d01c1c810761054423c6081d7d59.tar.xz |
desktop/simplenote: Updated for version 2.23.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/simplenote/simplenote.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/simplenote/simplenote.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild index b8462480a6..6e2caa6ae5 100644 --- a/desktop/simplenote/simplenote.SlackBuild +++ b/desktop/simplenote/simplenote.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=simplenote SRCNAM=Simplenote -VERSION=${VERSION:-2.21.0} +VERSION=${VERSION:-2.23.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/simplenote/simplenote.info b/desktop/simplenote/simplenote.info index 3d4765a7c1..d71c8bfdda 100644 --- a/desktop/simplenote/simplenote.info +++ b/desktop/simplenote/simplenote.info @@ -1,10 +1,10 @@ PRGNAM="simplenote" -VERSION="2.21.0" +VERSION="2.23.2" HOMEPAGE="https://simplenote.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v2.21.0/Simplenote-linux-2.21.0-x64.tar.gz" -MD5SUM_x86_64="ed9914574c0e66e36d8cd7e32caf7857" +DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v2.23.2/Simplenote-linux-2.23.2-x64.tar.gz" +MD5SUM_x86_64="be7136923c38f1778f043e737cb28ef3" REQUIRES="" MAINTAINER="carriunix" EMAIL="carriunix@gmail.com" |