From 9399cda1a13b197d6438c40b6eec1769d94316ff Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 27 Mar 2022 20:26:39 -0400 Subject: Fix download link --- dev-libs/jose/jose-11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-libs/jose') diff --git a/dev-libs/jose/jose-11.ebuild b/dev-libs/jose/jose-11.ebuild index abc4b13..bb545a1 100644 --- a/dev-libs/jose/jose-11.ebuild +++ b/dev-libs/jose/jose-11.ebuild @@ -6,7 +6,7 @@ EAPI=8 DESCRIPTION="C-language implementation of Javascript Object Signing and Encryption" HOMEPAGE="https://github.com/latchset/jose" -SRC_URI="https://github.com/latchset/${PN}/releases/download/v${PV}/${PN}-${PV}.tar.xz -> ${P}.tar.gz" +SRC_URI="https://github.com/latchset/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -- cgit v1.2.3