From a21a62495af763aca91585a5dbf786a7d778f5fe Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 21 Jan 2023 19:16:40 +0100 Subject: [PATCH] recoil 6.3.1 => 6.3.2 --- 3rdparty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/Makefile b/3rdparty/Makefile index 44d6f2ee..1d4937c7 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -140,14 +140,14 @@ LUAPATCHES = lua-atari-log2.patch \ LATESTLUAVER = $(shell curl -s -S https://www.lua.org/download.html | grep -A1 "current release is" | tail -n1 | sed 's/.*lua-\([0-9.]*\)\.tar.*/\1/' ) LATESTLUA53VER = $(shell curl -s -S https://www.lua.org/versions.html |grep 5[.]3[.] | head -n 1 | sed 's/.*\(5[0-9.]*\).*/\1/' ) # https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.6.1.tar.gz -RECOILVER=6.3.1 +RECOILVER=6.3.2 LATESTRECOILVER = $(shell curl -s -S -I https://sourceforge.net/projects/recoil/files/latest/download|grep -i "^location:"|sed 's:.*/\([0-9.]*\)/.*:\1:' ) RECOIL=recoil-$(RECOILVER) RECOILARCH=$(RECOIL).tar.gz # https://downloads.sourceforge.net/project/recoil/recoil/4.3.0/recoil-4.3.0.tar.gz RECOILURL=https://downloads.sourceforge.net/project/recoil/recoil/$(RECOILVER)/$(RECOILARCH) RECOILURLALT=http://nanard.free.fr/grafx2/$(RECOILARCH) -RECOILSHA256=870942efdf73f35d2512866e8809d5ece22b6a9abe013b59e11726dda266fe84 +RECOILSHA256=5cce1ed2bc73d9ad83fbc3ae42e25f294037d52c2f14095fb9613102d28ff461 #https://github.com/redcode/6502/releases/download/v0.1/6502-v0.1.tar.xz REDCODE6502=6502-v0.1 REDCODE6502ARCH=6502-v0.1.tar.xz