Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boot/opensbi/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ choice
Select the specific OpenSBI version you want to use

config BR2_TARGET_OPENSBI_LATEST_VERSION
bool "1.7"
bool "Latest version (1.8.1)"

config BR2_TARGET_OPENSBI_CUSTOM_VERSION
bool "Custom version"
Expand Down Expand Up @@ -57,7 +57,7 @@ endif

config BR2_TARGET_OPENSBI_VERSION
string
default "1.7" if BR2_TARGET_OPENSBI_LATEST_VERSION
default "1.8.1" if BR2_TARGET_OPENSBI_LATEST_VERSION
default BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE \
if BR2_TARGET_OPENSBI_CUSTOM_VERSION
default "custom" if BR2_TARGET_OPENSBI_CUSTOM_TARBALL
Expand Down
2 changes: 1 addition & 1 deletion boot/opensbi/opensbi.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# locally computed
sha256 2cf856a4e5e2e052948ddb54ba48232b1f698b7f52e0374fc7d17d51e8c8f7ce opensbi-1.7.tar.gz
sha256 fb1ae61a85e966322101acb1c982f84d9eaafc4de7dd474a7d7546d9bb321c6f opensbi-1.8.1.tar.gz
sha256 82d13fb1bf6bb162629deeea9eb9c117e74548d3b707e478967691fe79a68e21 COPYING.BSD
2 changes: 1 addition & 1 deletion package/jq/jq.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally calculated
sha256 2be64e7129cecb11d5906290eba10af694fb9e3e7f9fc208a311dc33ca837eb0 jq-1.8.1.tar.gz
sha256 71b8d6e8f5fe81f6c6d0d110e3892251f6ce76ed095abd315e26e6e1193af3af jq-1.8.2.tar.gz
sha256 ad2b4a266b2268939c1446979759706077421cf906a203aa188c6f396e8cfd74 COPYING
2 changes: 1 addition & 1 deletion package/jq/jq.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

JQ_VERSION = 1.8.1
JQ_VERSION = 1.8.2
JQ_SITE = https://github.com/jqlang/jq/releases/download/jq-$(JQ_VERSION)
JQ_LICENSE = MIT (code), ICU (decNumber), CC-BY-3.0 (documentation), \
BSD-2-Clause (strptime)
Expand Down