mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
bare/or1ksim: Fix invalid hash and fix the version
This commit is contained in:
parent
25df680df7
commit
052ae74bb2
@ -8,9 +8,9 @@
|
||||
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define or1ksim_version 1.1.0
|
||||
%hash sha512 or1k-master.zip \
|
||||
qi2pPthxvefp9OpwsAz3ul9lakJHkpwIgGlj4fcDa+Lshjsush2ekYm1SKsPJ38YaldSuJdH2buhCmPkXTeWHQ==
|
||||
%define or1ksim_version be3612f0
|
||||
%hash sha512 or1ksim-%{or1ksim_version}.tar.gz \
|
||||
Mwd/0EisPq98b7TA9O84As21R/CvgSkZVQktcfRnsUnnMDfxICButX5EzflhzLd1NDzfqoNjXxDi65HBC10LnA==
|
||||
|
||||
#
|
||||
# The or1ksim build instructions. We use 1.x.x Release 1.
|
||||
|
@ -17,7 +17,9 @@ URL: https://github.com/openrisc/or1ksim
|
||||
#
|
||||
# Source
|
||||
#
|
||||
%source set or1ksim https://github.com/openrisc/or1ksim/archive/or1k-master.zip
|
||||
%source set or1ksim \
|
||||
--rsb-file=or1ksim-%{or1ksim_version}.tar.gz \
|
||||
https://codeload.github.com/openrisc/or1ksim/tar.gz/%{or1ksim_version}
|
||||
|
||||
#
|
||||
# Prepare the source code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user