summaryrefslogtreecommitdiff
path: root/Ports/RetroArch
diff options
context:
space:
mode:
authorkrutalevex <krutalevex@mail.ru>2022-10-27 13:08:24 +0300
committerGunnar Beutner <gunnar@beutner.name>2022-10-27 13:16:59 +0200
commit6d2ea087a5f04c7207153fcb3fa98edd2ff9c722 (patch)
treef27495f61305707078995818208b47ef522694a8 /Ports/RetroArch
parent3c76f589993e849ef49a159efcd375f02bc11591 (diff)
downloadserenity-6d2ea087a5f04c7207153fcb3fa98edd2ff9c722.zip
Ports: Update RetroArch + SDL2_sound
Diffstat (limited to 'Ports/RetroArch')
-rwxr-xr-xPorts/RetroArch/package.sh4
1 files changed, 2 insertions, 2 deletions
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")