bare/or1ksim: Fix invalid hash and fix the version

This commit is contained in:
Chris Johns 2023-12-13 14:08:28 +11:00
parent 25df680df7
commit 052ae74bb2
2 changed files with 6 additions and 4 deletions

View File

@ -8,9 +8,9 @@
%include %{_configdir}/base.cfg %include %{_configdir}/base.cfg
%define or1ksim_version 1.1.0 %define or1ksim_version be3612f0
%hash sha512 or1k-master.zip \ %hash sha512 or1ksim-%{or1ksim_version}.tar.gz \
qi2pPthxvefp9OpwsAz3ul9lakJHkpwIgGlj4fcDa+Lshjsush2ekYm1SKsPJ38YaldSuJdH2buhCmPkXTeWHQ== Mwd/0EisPq98b7TA9O84As21R/CvgSkZVQktcfRnsUnnMDfxICButX5EzflhzLd1NDzfqoNjXxDi65HBC10LnA==
# #
# The or1ksim build instructions. We use 1.x.x Release 1. # The or1ksim build instructions. We use 1.x.x Release 1.

View File

@ -17,7 +17,9 @@ URL: https://github.com/openrisc/or1ksim
# #
# Source # 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. # Prepare the source code.