diff options
Diffstat (limited to 'dev-libs/jose/jose-11.ebuild')
-rw-r--r-- | dev-libs/jose/jose-11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |