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

wander: update to 0.14.1 #48043

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions srcpkgs/wander/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'wander'
pkgname=wander
version=0.11.2
version=0.14.1
revision=1
build_style=go
build_helper="qemu"
Expand All @@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://github.com/robinovitch61/wander"
distfiles="https://github.com/robinovitch61/wander/archive/refs/tags/v${version}.tar.gz"
checksum=31aa68556b4b3dcce3602e34e549b5ff1cfce2ea79fe9b9c205b779260de4298
checksum=c3a828b7ef81f426fbabe8dca033418e4b50ffb220cf7e8d043199297bf8b184

post_install() {
for sh in fish bash zsh; do
Expand Down