diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index b64117ba6e..87ae5df7f0 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -216,7 +216,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`r0`](r0/) | r0 (minimalistic commandline hexadecimal editor) | 0.8 | https://github.com/radareorg/r0 | | [`radare2`](radare2/) | radare2 reverse engineering framework | 5.7.6 | https://github.com/radareorg/radare2 | | [`readline`](readline/) | GNU Readline Library | 8.1.2 | https://tiswww.case.edu/php/chet/readline/rltop.html | -| [`RetroArch`](RetroArch/) | RetroArch | 1.10.3 | https://www.retroarch.com | +| [`RetroArch`](RetroArch/) | RetroArch | 1.12.0 | https://www.retroarch.com | | [`RISCVEmu`](RISCVEmu/) | A Basic C++ RISC-V Emulator | ad8ad6a | https://github.com/IdanHo/RISCVEmu | | [`rsync`](rsync/) | rsync | 3.1.3 | https://rsync.samba.org/ | | [`ruby`](ruby/) | Ruby | 3.0.4 | https://www.ruby-lang.org/ | diff --git a/Ports/RetroArch/package.sh b/Ports/RetroArch/package.sh index e820259730..4a949923b5 100755 --- a/Ports/RetroArch/package.sh +++ b/Ports/RetroArch/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port=RetroArch useconfigure="true" -version="1.10.3" -archive_hash="2af44294e55f5636262284d650cb5fff55c9070ac3a700d4fa55c1f152dcb3f2" +version="1.12.0" +archive_hash="c912e32a0300f16ade827d48a4a948d5dab40b764cd1169f61108c6f5803649a" files="https://github.com/libretro/${port}/archive/refs/tags/v${version}.tar.gz ${port}-${version}.tar.gz $archive_hash" auth_type=sha256 depends=("freetype" "SDL2" "zlib") diff --git a/Ports/SDL2_sound/package.sh b/Ports/SDL2_sound/package.sh index e990e09185..88e62d8edb 100755 --- a/Ports/SDL2_sound/package.sh +++ b/Ports/SDL2_sound/package.sh @@ -1,11 +1,11 @@ #!/usr/bin/env -S bash ../.port_include.sh port='SDL2_sound' version='git' -_commit='df3fc779774c2c5dc1147239da1af858c88f1a74' +_commit='301135a6d0d9bb77c9da0b7f809e9a10d579610f' workdir="SDL_sound-${_commit}" useconfigure='true' depends=('SDL2') -files="https://github.com/icculus/SDL_sound/archive/${_commit}.zip ${_commit}.zip bf655a03ab96a49c4140e19135433d62893c124330955e85e3dfddbe9963bac2" +files="https://github.com/icculus/SDL_sound/archive/${_commit}.zip ${_commit}.zip d29f90dd5abacf9f818f0b1567fab6b3dc6292d0a942e8e8d1e8f84130eea7a1" auth_type='sha256' configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")