diff options
author | Erik Hanson <erik@slackbuilds.org> | 2022-11-02 09:51:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:26 +0700 |
commit | 1c55736604e7795fd62b24fcefed84a4c14859b9 (patch) | |
tree | 8c0613fbb291c4bcbeaa1620d5ba9003acb5b14f /misc/clawsker | |
parent | 8c3724c89d5dced77e037cae0cbfd8d37e17374f (diff) | |
download | slackbuilds-1c55736604e7795fd62b24fcefed84a4c14859b9.tar.gz |
misc/clawsker: Updated for version 1.3.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/clawsker')
-rw-r--r-- | misc/clawsker/clawsker.SlackBuild | 4 | ||||
-rw-r--r-- | misc/clawsker/clawsker.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/clawsker/clawsker.SlackBuild b/misc/clawsker/clawsker.SlackBuild index 3b9b98491f..9f5260869e 100644 --- a/misc/clawsker/clawsker.SlackBuild +++ b/misc/clawsker/clawsker.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for Clawsker # -# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-202 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=clawsker -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.3.7} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/clawsker/clawsker.info b/misc/clawsker/clawsker.info index 8ff06fd6b2..a163e1ecdf 100644 --- a/misc/clawsker/clawsker.info +++ b/misc/clawsker/clawsker.info @@ -1,8 +1,8 @@ PRGNAM="clawsker" -VERSION="1.1.0" +VERSION="1.3.7" HOMEPAGE="https://www.claws-mail.org/clawsker.php" -DOWNLOAD="https://www.claws-mail.org/tools/clawsker-1.1.0.tar.xz" -MD5SUM="c06d5e55660eba2b6f8c1be2d5d4c73e" +DOWNLOAD="https://www.claws-mail.org/tools/clawsker-1.3.7.tar.xz" +MD5SUM="a4280952be05a6b4b212f527d1fe982d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-gtk2" |