aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2025-04-29 15:49:57 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-03 09:37:25 +0700
commit72c215bba14d4819780c0848acbc3d112dc03977 (patch)
tree23e26eac0b2964474bb52d947216610c9a1d03f4
parent6d50d1956485ad2e5a1c30878e7d6167551da573 (diff)
development/buku: Updated for version 5.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/buku/buku.SlackBuild4
-rw-r--r--desktop/buku/buku.info6
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"