From 17ad1b150f8691f86f07ec19173988ba70efb78b Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 11 Jun 2024 00:30:18 +0530 Subject: [PATCH] uni: update to 2.7.0. --- srcpkgs/uni/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template index 2720f892346..423b7e147f6 100644 --- a/srcpkgs/uni/template +++ b/srcpkgs/uni/template @@ -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 " 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() {