From 8105d7cf1a4b2a04c2a2fe2a5825695a3f575b8c Mon Sep 17 00:00:00 2001 From: Allen Sobot Date: Sat, 8 Jul 2023 17:31:20 +0200 Subject: [PATCH] hut: update to 0.3.0. --- srcpkgs/hut/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template index 5976c1282fbf..30c2df12bce7 100644 --- a/srcpkgs/hut/template +++ b/srcpkgs/hut/template @@ -1,7 +1,7 @@ # Template file for 'hut' pkgname=hut -version=0.2.0 -revision=2 +version=0.3.0 +revision=1 build_style=go build_helper=qemu go_import_path="git.sr.ht/~emersion/hut" @@ -12,7 +12,7 @@ license="AGPL-3.0-only" homepage="https://git.sr.ht/~emersion/hut" changelog="https://git.sr.ht/~emersion/hut/log" distfiles="https://git.sr.ht/~emersion/hut/archive/v${version}.tar.gz" -checksum=2a4e49458a2cb129055f1db3b835e111a89583f47d4d917110205113863492b9 +checksum=ca191d663be81000c8ac0e952cd1b95fbded8c1d918d6d89ff08adbcd3d75289 post_install() { hut=$(find $GOPATH/bin -name hut)