mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
dasel: update to 2.1.2.
This commit is contained in:
parent
a491453032
commit
c926dff8f9
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'dasel'
|
||||
pkgname=dasel
|
||||
version=2.1.0
|
||||
version=2.1.2
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
go_import_path=github.com/tomwright/dasel
|
||||
go_import_path=github.com/tomwright/dasel/v2
|
||||
go_package="${go_import_path}/cmd/dasel"
|
||||
go_ldflags="-X ${go_import_path}/internal.Version=${version}"
|
||||
short_desc="Query and modify data structures using selector strings"
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://daseldocs.tomwright.me/"
|
||||
changelog="https://raw.githubusercontent.com/TomWright/dasel/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/TomWright/dasel/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=597d5ab3118eb5bd41859a9b134ebaf18855bba3b20f399c7202a2f132563662
|
||||
checksum=0ef6525a3618c24999f8b44f7f65ed94004a393fd73cea4ae7757d7ed55ba485
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue