diff options
author | Henri Gasc <gasc@eurecom.fr> | 2024-06-02 14:32:23 +0200 |
---|---|---|
committer | Henri Gasc <gasc@eurecom.fr> | 2024-06-02 14:33:15 +0200 |
commit | a20c0e36acfacdbfeff4e280052f5b0866ec01f8 (patch) | |
tree | 087fa98ad632246f496cfd972a537090962b5f87 /app-emulation/rars | |
parent | profiles: remove treecleaned package (diff) | |
download | guru-a20c0e36acfacdbfeff4e280052f5b0866ec01f8.tar.gz guru-a20c0e36acfacdbfeff4e280052f5b0866ec01f8.tar.bz2 guru-a20c0e36acfacdbfeff4e280052f5b0866ec01f8.zip |
app-emulation/rars: update SRC_URI
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
Diffstat (limited to 'app-emulation/rars')
-rw-r--r-- | app-emulation/rars/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/rars/rars-1.6-r1.ebuild | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/app-emulation/rars/Manifest b/app-emulation/rars/Manifest index 5d40f7a53..bc835b566 100644 --- a/app-emulation/rars/Manifest +++ b/app-emulation/rars/Manifest @@ -1,2 +1,2 @@ -DIST JSoftFloat-75c3a5d.gh.tar.gz 8612 BLAKE2B 214479edfcd3bd8b57908d201838cfaf37b9bf8f6cae69191a920fd6b9c197089b4e370f77c10a888117cad2baa189608119b3fbef4d66021dfe12d9fcd22820 SHA512 2fefce28475cdfbf7b7331e79b5c263021a31b4411803ae2bdd435dbfc2a3503d8711b56502d1cf2aadc52bc5bd7af80cbd33fb6cc077ddbb222bfe18cb19208 +DIST JSoftFloat-75c3a5d1ab1322ce4dde0b5994d6f9f6ff820529.gh.tar.gz 8612 BLAKE2B 214479edfcd3bd8b57908d201838cfaf37b9bf8f6cae69191a920fd6b9c197089b4e370f77c10a888117cad2baa189608119b3fbef4d66021dfe12d9fcd22820 SHA512 2fefce28475cdfbf7b7331e79b5c263021a31b4411803ae2bdd435dbfc2a3503d8711b56502d1cf2aadc52bc5bd7af80cbd33fb6cc077ddbb222bfe18cb19208 DIST rars-1.6.gh.tar.gz 1596110 BLAKE2B dd30b5eca670741cf635418b149ec5fd24432bb10aede70e91b8f5d3469fe839207ef0d2c5f9e91fce3ff638b58e533528413330a46c80464060a5e6c5b2903d SHA512 543e4c16a023b25e330286315f095f2311dc4255c906dfbfe39cadd96cdc1856612ace805cfedf4a155e4fcd70ddea51493c25bf3cb30936d8b1aea4ece226d3 diff --git a/app-emulation/rars/rars-1.6-r1.ebuild b/app-emulation/rars/rars-1.6-r1.ebuild index c68fc9d80..eea8315fe 100644 --- a/app-emulation/rars/rars-1.6-r1.ebuild +++ b/app-emulation/rars/rars-1.6-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 JAVA_PKG_IUSE="doc source test" -inherit java-pkg-2 java-pkg-simple +inherit java-pkg-2 jsoft_hash="75c3a5d1ab1322ce4dde0b5994d6f9f6ff820529" @@ -13,10 +13,8 @@ DESCRIPTION="RARS -- RISC-V Assembler and Runtime Simulator" HOMEPAGE="https://github.com/TheThirdOne/rars" SRC_URI=" https://github.com/TheThirdOne/rars/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz - https://github.com/TheThirdOne/JSoftFloat/archive/${jsoft_hash}.tar.gz -> JSoftFloat-75c3a5d.gh.tar.gz + https://github.com/TheThirdOne/JSoftFloat/archive/${jsoft_hash}.tar.gz -> JSoftFloat-${jsoft_hash}.gh.tar.gz " -# We need S to point to this directory -S="${WORKDIR}/${P}" LICENSE="MIT" SLOT="0" |