diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-19 12:00:46 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:08 +0700 |
commit | a8e4ee0461430939a95efd7623e01aec1e6c69b7 (patch) | |
tree | 2b19b2264b79ab3286f46dffd89ee7bda2e75f8b /desktop/buku | |
parent | 02f772ec0405e66457dc38aaa467a3452596415f (diff) |
desktop/buku: Updated for version 4.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/buku')
-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 fc4fc3b7cbb0..582fae6e3747 100644 --- a/desktop/buku/buku.SlackBuild +++ b/desktop/buku/buku.SlackBuild @@ -4,7 +4,7 @@ # # Copyright 2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2019-2021 Andrew Clemons, Wellington New Zealand -# Copyright 2022 Andrew Clemons, Tokyo Japan +# Copyright 2022-2023 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=buku -VERSION=${VERSION:-4.7} +VERSION=${VERSION:-4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/buku/buku.info b/desktop/buku/buku.info index 85410be487cb..62d587b8a96c 100644 --- a/desktop/buku/buku.info +++ b/desktop/buku/buku.info @@ -1,8 +1,8 @@ PRGNAM="buku" -VERSION="4.7" +VERSION="4.8" HOMEPAGE="https://github.com/jarun/buku" -DOWNLOAD="https://github.com/jarun/buku/archive/v4.7/buku-4.7.tar.gz" -MD5SUM="a022c2e4bcf34c022b511a54e985ad0a" +DOWNLOAD="https://github.com/jarun/buku/archive/v4.8/buku-4.8.tar.gz" +MD5SUM="63cf5e007af3eaa8f7b07b8c70e12112" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 cryptography html5lib" |