recoil 6.3.2 => 6.3.3

This commit is contained in:
Thomas Bernard 2023-03-08 16:21:29 +01:00
parent 281f73bcab
commit 0ee93e8122
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

4
3rdparty/Makefile vendored
View File

@ -141,14 +141,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.2
RECOILVER=6.3.3
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=5cce1ed2bc73d9ad83fbc3ae42e25f294037d52c2f14095fb9613102d28ff461
RECOILSHA256=72c92f7d309c0beb9e50ac5aa6cc56e115858fb0e0e41fe1064828287c9d088e
#https://github.com/redcode/6502/releases/download/v0.1/6502-v0.1.tar.xz
REDCODE6502=6502-v0.1
REDCODE6502ARCH=6502-v0.1.tar.xz