MANIFEST: little fixes

This commit is contained in:
XargonWan 2024-07-19 21:36:43 +09:00
parent 29df2a1633
commit 4859ae1206
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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