Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buku: update to 4.9 #50688

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/buku/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'buku'
pkgname=buku
version=4.8
version=4.9
revision=1
depends="python3-urllib3 python3-BeautifulSoup4 python3-cryptography
python3-html5lib"
python3-html5lib python3-certifi"
short_desc="Cmdline bookmark management utility"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/Buku"
changelog="https://github.com/jarun/buku/raw/master/CHANGELOG"
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
checksum=a0b94210e80e9f9f359e5308323837d41781cf8dba497341099d5c59e27fa52c
checksum=1e432270ae78c7852110dcf2c2e215893bcc338299a4998f14a1f6b26e37bfac

do_install() {
vbin buku
Expand Down