From 65a2d627c82dc0f505e1460424cdfd2bc4971490 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 05:56:02 +0000 Subject: [PATCH] bump: rpcs3 zig-master-bootstrap --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 823989b55b..a7a36444e4 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -9,8 +9,8 @@ # GLIBCXX_ASSERTIONS is known to break RPCS3 %global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} %global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} -%global commit e1734b51c3e24e60403e46efaf47fe143a3add62 -%global ver 0.0.40-19246 +%global commit 7dce197ec45cdcfde4191a29d5b36e894492555f +%global ver 0.0.40-19248 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index cd642441a9..3068daf92c 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.93+76174e1bc +version=0.17.0-dev.101+4e2147d14 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index bb6c5ac226..9b91094549 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.93+76174e1bc +%global ver 0.17.0-dev.101+4e2147d14 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1