diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-10-13 10:13:32 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:39 +0700 |
commit | 565467c94c0bae15db90348f09142047055fba37 (patch) | |
tree | dc7c0161aece5f939f182660dfe06d1fb4569ebd /desktop | |
parent | a01cda5796894efb7a584dbbcdd7487a7ce91eaf (diff) | |
download | slackbuilds-565467c94c0bae15db90348f09142047055fba37.tar.gz |
desktop/buku: Updated for version 4.7.
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 | 6 | ||||
-rw-r--r-- | desktop/buku/buku.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/desktop/buku/buku.SlackBuild b/desktop/buku/buku.SlackBuild index e6f22eea2b..fc4fc3b7cb 100644 --- a/desktop/buku/buku.SlackBuild +++ b/desktop/buku/buku.SlackBuild @@ -4,6 +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 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=buku -VERSION=${VERSION:-4.6} +VERSION=${VERSION:-4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/desktop/buku/buku.info b/desktop/buku/buku.info index 7a7bdfd8c1..85410be487 100644 --- a/desktop/buku/buku.info +++ b/desktop/buku/buku.info @@ -1,8 +1,8 @@ PRGNAM="buku" -VERSION="4.6" +VERSION="4.7" HOMEPAGE="https://github.com/jarun/buku" -DOWNLOAD="https://github.com/jarun/buku/archive/v4.6/buku-4.6.tar.gz" -MD5SUM="cf9a5ffcf95b65bc51877fbef351afc9" +DOWNLOAD="https://github.com/jarun/buku/archive/v4.7/buku-4.7.tar.gz" +MD5SUM="a022c2e4bcf34c022b511a54e985ad0a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 cryptography html5lib" |