diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-06-20 15:22:51 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:09 +0700 |
commit | ad6f78422542e5578abd834555e4b0629b68a8ce (patch) | |
tree | 07947a59f6e6fe56f0429e8e3daf19f757b08b84 /desktop | |
parent | ac6e7c2b5aa158578b0ab938ba7ffcb9912dbec7 (diff) |
desktop/buku: Updated for version 4.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/buku/buku.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/buku/buku.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/buku/buku.SlackBuild b/desktop/buku/buku.SlackBuild index d25ce4edf43a..cfd2d6db87e3 100644 --- a/desktop/buku/buku.SlackBuild +++ b/desktop/buku/buku.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for buku. # # Copyright 2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. -# Copyright 2019-2020 Andrew Clemons, Wellington New Zealand +# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=buku -VERSION=${VERSION:-4.5} +VERSION=${VERSION:-4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/buku/buku.info b/desktop/buku/buku.info index 5109093c9180..7a7bdfd8c14a 100644 --- a/desktop/buku/buku.info +++ b/desktop/buku/buku.info @@ -1,8 +1,8 @@ PRGNAM="buku" -VERSION="4.5" +VERSION="4.6" HOMEPAGE="https://github.com/jarun/buku" -DOWNLOAD="https://github.com/jarun/buku/archive/v4.5/buku-4.5.tar.gz" -MD5SUM="efbe08f2bef0725c20fb236d673a03ed" +DOWNLOAD="https://github.com/jarun/buku/archive/v4.6/buku-4.6.tar.gz" +MD5SUM="cf9a5ffcf95b65bc51877fbef351afc9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 cryptography html5lib" |