From 6b07ccff5b0bc62ca1765e7b5fc39c72f1581f10 Mon Sep 17 00:00:00 2001 From: Vinfall Date: Fri, 27 Jan 2023 17:53:54 +0800 Subject: [PATCH] retroarch: update to 1.4.0 --- srcpkgs/retroarch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template index 9033ba001ca6..240d3df9db00 100644 --- a/srcpkgs/retroarch/template +++ b/srcpkgs/retroarch/template @@ -1,6 +1,6 @@ # Template file for 'retroarch' pkgname=retroarch -version=1.13.0 +version=1.14.0 revision=1 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking @@ -24,7 +24,7 @@ license="GPL-3.0-or-later" homepage="https://www.retroarch.com/" changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.md" distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz" -checksum=7f33bfb821440b2e30eb6c9d63eb4e2da1d2910ae90b43f691e3c28759739710 +checksum=aa4d579bfceb43450725171f594f69877f007a8892cb46678f8b62935c4de635 build_options="ffmpeg flac glcore gles2 glslang jack neon pulseaudio qt5 sdl2 vulkan wayland x11" build_options_default="ffmpeg flac glcore glslang pulseaudio sdl2 vulkan wayland x11"