From ef5c9939753d04ae0606e13a93ba3960a5ae1f2f Mon Sep 17 00:00:00 2001 From: Adam Price Date: Sun, 12 Jan 2025 15:37:48 -0500 Subject: [PATCH] hut: update to 0.6.0. additional: - the main repo has moved from ~emersion to ~xenrox --- srcpkgs/hut/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template index ad6cc144c66..c76d2a9d36a 100644 --- a/srcpkgs/hut/template +++ b/srcpkgs/hut/template @@ -1,18 +1,18 @@ # Template file for 'hut' pkgname=hut -version=0.4.0 -revision=2 +version=0.6.0 +revision=1 build_style=go build_helper=qemu -go_import_path="git.sr.ht/~emersion/hut" +go_import_path="git.sr.ht/~xenrox/hut" hostmakedepends="scdoc" short_desc="CLI tool for sr.ht" maintainer="Dakota Walsh " 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=f25ab4452e4622f404a6fa5713e8505302bfcee4dd3a8dfe76f1fc4c05688c09 +homepage="https://git.sr.ht/~xenrox/hut" +changelog="https://git.sr.ht/~xenrox/hut/log" +distfiles="https://git.sr.ht/~xenrox/hut/archive/v${version}.tar.gz" +checksum=f6abe54b433c30557c49aa41d351ec97ef24b4bee3f9dbc91e7db8f366592f99 post_install() { hut=$(find $GOPATH/bin -name hut)