uni: update to 2.7.0.
This commit is contained in:
parent
1a02848c08
commit
17ad1b150f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'uni'
|
||||
pkgname=uni
|
||||
version=2.6.0
|
||||
version=2.7.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=zgo.at/uni/v2
|
||||
|
@ -10,10 +10,12 @@ maintainer="Martin Tournoij <martin@arp242.net>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/arp242/uni"
|
||||
distfiles="https://github.com/arp242/uni/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=dc9b5081279b03b8ffcf1120d3a12635acade73d43abf6a511e3453aa0180e1f
|
||||
checksum=192f904eda8cd9f3dce002bc04a5c622ea113c269d4b1a19f4c89094b05f9cd9
|
||||
|
||||
conflicts="wvstreams"
|
||||
|
||||
do_check() {
|
||||
go test ./...
|
||||
go test -v ./...
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue