Skip to content
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
4 changes: 2 additions & 2 deletions srcpkgs/xq/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'xq'
pkgname=xq
version=1.3.0
version=1.4.0
revision=1
build_style=go
go_import_path=github.com/sibprogrammer/xq
Expand All @@ -10,7 +10,7 @@ maintainer="Emil Miler <em@0x45.cz>"
license="MIT"
homepage="https://github.com/sibprogrammer/xq"
distfiles="https://github.com/sibprogrammer/xq/archive/refs/tags/v${version}.tar.gz"
checksum=6f75b4433ac83b9ddbc60e1106349e22654d14bb58e198f811b2f9d10181ee8f
checksum=6cc922d2241e10968d8985b2a8a8abe1328d8bd0ebcf5f7741d8387022436f00

post_install() {
mv "$DESTDIR/usr/bin/"{xq,xq-go}
Expand Down