From 4b10caa85be38cb25b5e867ef6c49743d38e50c5 Mon Sep 17 00:00:00 2001 From: caughtquick Date: Fri, 9 Feb 2024 13:46:28 -0800 Subject: [PATCH] hut: update to 0.4.0. --- srcpkgs/hut/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template index cfca65b492a53..ad6cc144c6672 100644 --- a/srcpkgs/hut/template +++ b/srcpkgs/hut/template @@ -1,6 +1,6 @@ # Template file for 'hut' pkgname=hut -version=0.3.0 +version=0.4.0 revision=2 build_style=go build_helper=qemu @@ -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=ca191d663be81000c8ac0e952cd1b95fbded8c1d918d6d89ff08adbcd3d75289 +checksum=f25ab4452e4622f404a6fa5713e8505302bfcee4dd3a8dfe76f1fc4c05688c09 post_install() { hut=$(find $GOPATH/bin -name hut)