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>
This commit is contained in:
Andrew Clemons 2023-02-19 12:00:46 +09:00 committed by Willy Sudiarto Raharjo
parent 02f772ec04
commit a8e4ee0461
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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"