source: rtems-source-builder/bare/config/devel/spike-1.1.0.cfg @ 5c01a44

Last change on this file since 5c01a44 was 5c01a44, checked in by Kinsey Moore <kinsey.moore@…>, on 01/30/23 at 22:38:20

Update hashes for github-sourced tarballs

Github has changed the way it generates on-the-fly tarball requests
which has changed the hashes of the resulting tarballs. This adjusts the
affected tarball hashes as a stop-gap until a more permanent solution
can be devised.

  • Property mode set to 100644
File size: 418 bytes
Line 
1#
2# RISC-V's simulator (spike) 1.1.0
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define spike_version 530af85d83781a3dae31a4ace84a573ec255fefa
12
13%hash sha512 spike-%{spike_version}.tar.gz On2IePT7owbakS9iM4uQ3tjc6v7bJtXFtenCOw274T8vzLLE6q1rzMdzixlvYBVubu13c8+vINwffeca1IYD4A==
14
15#
16# The spike build instructions. We use 1.x.x Release 1.
17#
18%include %{_configdir}/spike-1-1.cfg
Note: See TracBrowser for help on using the repository browser.