diff options
-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 d793e0db50..97cbcbd7ce 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-2024 Andrew Clemons, Tokyo Japan +# Copyright 2022-2025 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.9} +VERSION=${VERSION:-5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/buku/buku.info b/desktop/buku/buku.info index 317170e488..5409685894 100644 --- a/desktop/buku/buku.info +++ b/desktop/buku/buku.info @@ -1,8 +1,8 @@ PRGNAM="buku" -VERSION="4.9" +VERSION="5.0" HOMEPAGE="https://github.com/jarun/buku" -DOWNLOAD="https://github.com/jarun/buku/archive/v4.9/buku-4.9.tar.gz" -MD5SUM="0c5de4443843f3cc6215566a82bb2c88" +DOWNLOAD="https://github.com/jarun/buku/archive/v5.0/buku-5.0.tar.gz" +MD5SUM="4bcf5545939c84e3aa21135750522c27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 cryptography html5lib" |