mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
wander: update to 0.11.2.
This commit is contained in:
parent
3edf48e6d3
commit
ecd6da4586
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'wander'
|
# Template file for 'wander'
|
||||||
pkgname=wander
|
pkgname=wander
|
||||||
version=0.11.1
|
version=0.11.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
go_import_path="github.com/robinovitch61/wander"
|
go_import_path="github.com/robinovitch61/wander"
|
||||||
|
go_ldflags="-X ${go_import_path}/cmd.Version=v${version}"
|
||||||
short_desc="Terminal application for HashiCorp Nomad"
|
short_desc="Terminal application for HashiCorp Nomad"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/robinovitch61/wander"
|
homepage="https://github.com/robinovitch61/wander"
|
||||||
distfiles="https://github.com/robinovitch61/wander/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/robinovitch61/wander/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=84d543cdec93d2b6e23af85a27c9ccdde2c692d50ee738d902f24888c7456bf1
|
checksum=31aa68556b4b3dcce3602e34e549b5ff1cfce2ea79fe9b9c205b779260de4298
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for sh in fish bash zsh; do
|
for sh in fish bash zsh; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue