diff --git a/developer_toolbox/build_retrodeck_locally.sh b/developer_toolbox/build_retrodeck_locally.sh index b7b53a63..cbd12fea 100755 --- a/developer_toolbox/build_retrodeck_locally.sh +++ b/developer_toolbox/build_retrodeck_locally.sh @@ -4,7 +4,7 @@ # Check if script is running with elevated privileges if [ "$EUID" -ne 0 ]; then - echo "The build might fail without some superuser permissions, please run me with sudo. Continue without sudo? [y/N,]" + echo "The build might fail without some superuser permissions, please run me with sudo. Continue without sudo? [y/N]" read -r continue_without_sudo if [[ "$continue_without_sudo" != "y" ]]; then exit 1 diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 681e02c6..fae48679 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -374,7 +374,7 @@ modules: sources: - type: archive url: https://buildbot.libretro.com/nightly/linux/x86_64/RetroArch.7z - commit: 599fcaead21f971612395ac83862744c7b6c8cf2398c9c32feda89a507d5dd1b + sha256: 599fcaead21f971612395ac83862744c7b6c8cf2398c9c32feda89a507d5dd1b # RetroArch - END @@ -584,7 +584,7 @@ modules: sources: - type: url: https://github.com/xemu-project/xemu/releases/download/v0.7.129/xemu-v0.7.129-x86_64.AppImage - sha526: f680774d96a66bf1195cd133497755d43be5eda5f178457a6df32bc691dd8c74 + sha256: f680774d96a66bf1195cd133497755d43be5eda5f178457a6df32bc691dd8c74 - name: xemu-dummy-hdd buildsystem: simple @@ -609,7 +609,7 @@ modules: sources: - type: archive url: https://github.com/melonDS-emu/melonDS/releases/download/0.9.5/melonDS_0.9.5_linux_x64.zip - commit: 67eb30acb1bb33a36ad9ea3d025a4666cc188ee51c5289857e940f3892efe84d + sha256: 67eb30acb1bb33a36ad9ea3d025a4666cc188ee51c5289857e940f3892efe84d # MELONDS - END