uni: update to 2.6.0.
This commit is contained in:
parent
6fd86d1632
commit
ae2a385c98
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'uni'
|
# Template file for 'uni'
|
||||||
pkgname=uni
|
pkgname=uni
|
||||||
version=2.5.1
|
version=2.6.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=zgo.at/uni/v2
|
go_import_path=zgo.at/uni/v2
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
|
@ -10,7 +10,7 @@ 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=806fbba66efaa45cd5691efcd8457ba8fe88d3b2f6fd0b027f1e6ef62253d6fb
|
checksum=dc9b5081279b03b8ffcf1120d3a12635acade73d43abf6a511e3453aa0180e1f
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
Loading…
Reference in New Issue