From 58381d6b239ac9b6b8e08db7df94b3589ad5f493 Mon Sep 17 00:00:00 2001 From: Dakota Walsh Date: Sun, 31 Jul 2022 14:44:15 +1200 Subject: [PATCH] hut: update to 0.2.0. --- srcpkgs/hut/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template index 545567773781..7cb7bcb2cd6d 100644 --- a/srcpkgs/hut/template +++ b/srcpkgs/hut/template @@ -1,6 +1,6 @@ # Template file for 'hut' pkgname=hut -version=0.1.0 +version=0.2.0 revision=1 wrksrc="${pkgname}-v${version}" build_style=go @@ -13,7 +13,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=5af8f1111f9ec1da9a818978eb1f013dfd50ad4311c79d95b0e62ad428ac1c59 +checksum=2a4e49458a2cb129055f1db3b835e111a89583f47d4d917110205113863492b9 post_install() { hut=$(find $GOPATH/bin -name hut)