mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
uni: update to 2.7.0.
This commit is contained in:
parent
1a02848c08
commit
17ad1b150f
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'uni'
|
# Template file for 'uni'
|
||||||
pkgname=uni
|
pkgname=uni
|
||||||
version=2.6.0
|
version=2.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=zgo.at/uni/v2
|
go_import_path=zgo.at/uni/v2
|
||||||
|
@ -10,10 +10,12 @@ maintainer="Martin Tournoij <martin@arp242.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/arp242/uni"
|
homepage="https://github.com/arp242/uni"
|
||||||
distfiles="https://github.com/arp242/uni/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/arp242/uni/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=dc9b5081279b03b8ffcf1120d3a12635acade73d43abf6a511e3453aa0180e1f
|
checksum=192f904eda8cd9f3dce002bc04a5c622ea113c269d4b1a19f4c89094b05f9cd9
|
||||||
|
|
||||||
|
conflicts="wvstreams"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test ./...
|
go test -v ./...
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue