diff --git a/dev-util/hut/Manifest b/dev-util/hut/Manifest index 7545093185..39734cda86 100644 --- a/dev-util/hut/Manifest +++ b/dev-util/hut/Manifest @@ -1,2 +1,2 @@ -DIST hut-0.3.0-vendor.tar.xz 863500 BLAKE2B 2bf717be5d75ba7e0007049d320cca8350d9d7fa53e2408c5a5ea73ec20916844322c84292b23dd6dd97d925590942ded57daf598216a6d2376242050ef3a571 SHA512 b55a5a45619da43d435c4a59f3a9518c7e9509840cfe7583a270a9ef00342f2870c169cd14b097afc6ed8635740b73b2f149d5c3f20f8f964c70442ecb7bf763 -DIST hut-0.3.0.tar.gz 116316 BLAKE2B 68400bfa7e7aa90ee4dfd5d9b2a8f6b4d09ef12103fab07b11abab3d9a99d777c11c8a7fde46228c33b73b65467cbe75db77800e428d17dbf21ba00564a2773b SHA512 41e84329b6d35df1abeca2a84352bd0bafaa7d05e7b36ff106d1c297e021dbc7beddd70c43ebfa02f48bad250469917879ee221a7983d132de8a56bc44e9a26b +DIST hut-0.5.0-vendor.tar.xz 619096 BLAKE2B de94aaa087c857365e52ff8928d61aad1e9ae05cb8601531012df58cdfd878ccf1f89ec8c7c84bed0667b6d153a5b6a30d1ee5a0b758c0fc7e557f0e7159a3c7 SHA512 06015a5fe47524790df63ec123c64c33e7f9282956db04253dccebede7050db58bd3b6cf80275a25ccaccacd57f42939ba03b063801c83019ff42348dcc99401 +DIST hut-0.5.0.tar.gz 129041 BLAKE2B 7e551f337525a7e043acba6b15e260488fdc498f87cfce0ec7d473d7e6070eda5f307a4cc1a8a16b40ec040bdacb8c28a23c3be2009a4c1e052e85a6a943cf72 SHA512 f24a0bfcb96f1643d1f6c741c101f54b9a522f3fde6fcd7fc65f27bbec0303e304dc2430cafec0a17aa471ec78e37b2c65cdf401cc5034480cd82f27ed3166d3 diff --git a/dev-util/hut/hut-0.3.0.ebuild b/dev-util/hut/hut-0.5.0.ebuild similarity index 60% rename from dev-util/hut/hut-0.3.0.ebuild rename to dev-util/hut/hut-0.5.0.ebuild index d5ca7f22fd..19773cfebc 100644 --- a/dev-util/hut/hut-0.3.0.ebuild +++ b/dev-util/hut/hut-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,11 +7,11 @@ inherit go-module DESCRIPTION="CLI tool for sourcehut" -HOMEPAGE="https://sr.ht/~emersion/hut/" +HOMEPAGE="https://sr.ht/~xenrox/hut/" SRC_URI=" - https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/apraga/hut-vendor/releases/download/v${PV}/hut-${PV}-vendor.tar.xz + https://git.sr.ht/~xenrox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/cjbayliss/hut-vendor/releases/download/v${PV}/hut-${PV}-vendor.tar.xz " S="${WORKDIR}/${PN}-v${PV}" @@ -21,8 +21,6 @@ SLOT="0" KEYWORDS="~amd64" - -DEPEND="${RDEPEND}" BDEPEND="app-text/scdoc" src_compile() { diff --git a/dev-util/hut/metadata.xml b/dev-util/hut/metadata.xml index a467263c25..41cdef9518 100644 --- a/dev-util/hut/metadata.xml +++ b/dev-util/hut/metadata.xml @@ -6,8 +6,8 @@ Alexis Praga - ~emersion/hut - apraga/hut-vendor + ~xenrox/hut + cjbayliss/hut-vendor Hut is a command-line tool to interact with sourcehut. It can manage git repositories, builds, publish to pages and pastes.