Skip to content

Commit 9aa418b

Browse files
committed
1 parent 920d101 commit 9aa418b

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

depends/common/genplus/genplus.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
genplus https://github.com/libretro/Genesis-Plus-GX/archive/0cfb7a22b129f42feb3b48095871c122acf45158.tar.gz
1+
genplus https://github.com/libretro/Genesis-Plus-GX/archive/a69c81e44a3a25e5a9254a18652eae2dad875003.tar.gz

depends/windows/mingw/CMakeLists.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(mingw)
33

4-
foreach(repo msys mingw32 mingw64)
5-
if(${repo} STREQUAL msys)
6-
file(WRITE ${CMAKE_CURRENT_SOURCE_DIR}/etc/pacman.d/mirrorlist.${repo} "Server = http://mirrors.kodi.tv/build-deps/win32/msys2/repos/${repo}2/$arch\n")
7-
else()
8-
file(WRITE ${CMAKE_CURRENT_SOURCE_DIR}/etc/pacman.d/mirrorlist.${repo} "Server = http://mirrors.kodi.tv/build-deps/win32/msys2/repos/${repo}\n")
9-
endif()
10-
endforeach()
4+
# TODO: Upload msys2 packages to mirrors
5+
#foreach(repo msys mingw32 mingw64)
6+
# if(${repo} STREQUAL msys)
7+
# file(WRITE ${CMAKE_CURRENT_SOURCE_DIR}/etc/pacman.d/mirrorlist.${repo} "Server = http://mirrors.kodi.tv/build-deps/win32/msys2/repos/${repo}2/$arch\n")
8+
# else()
9+
# file(WRITE ${CMAKE_CURRENT_SOURCE_DIR}/etc/pacman.d/mirrorlist.${repo} "Server = http://mirrors.kodi.tv/build-deps/win32/msys2/repos/${repo}\n")
10+
# endif()
11+
#endforeach()
1112

1213
include(CheckSymbolExists)
1314
check_symbol_exists(_X86_ "Windows.h" _X86_)

depends/windows/mingw/mingw.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fa75120560563a311241c05882016978bd35612692c7f0d39815a27837bff27d
1+
b4d5942e09db397f96a6b678d8af109f7ae17db32f299951bdac4427c9ff1700

depends/windows/mingw/mingw.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mingw http://mirrors.kodi.tv/build-deps/win32/msys2/msys2-base-x86_64-20231026.tar.xz
1+
mingw https://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20250622.tar.xz

game.libretro.genplus/addon.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon id="game.libretro.genplus"
33
name="Sega - MS/GG/MD/CD (Genesis Plus GX)"
4-
version="1.7.4.69"
4+
version="1.7.4.70"
55
provider-name="Charles McDonald, Eke-Eke">
66
<requires>
77
<import addon="game.libretro" version="1.0.0"/>

0 commit comments

Comments
 (0)