recoil 5.1.0 => 5.1.1

This commit is contained in:
Thomas Bernard 2020-10-31 12:14:23 +01:00
parent 4434d37e7d
commit ef905100c3
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
2 changed files with 3 additions and 3 deletions

4
3rdparty/Makefile vendored
View File

@ -121,14 +121,14 @@ LUAPATCHES = lua-atari-log2.patch \
lua-atari-inttype.patch lua-atari-inttype.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/' ) 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/' )
# https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.6.1.tar.gz # https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.6.1.tar.gz
RECOILVER=5.1.0 RECOILVER=5.1.1
LATESTRECOILVER = $(shell curl -s -S -I https://sourceforge.net/projects/recoil/files/latest/download|grep -i "^location:"|sed 's:.*/\([0-9.]*\)/.*:\1:' ) 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) RECOIL=recoil-$(RECOILVER)
RECOILARCH=$(RECOIL).tar.gz RECOILARCH=$(RECOIL).tar.gz
# https://downloads.sourceforge.net/project/recoil/recoil/4.3.0/recoil-4.3.0.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) RECOILURL=https://downloads.sourceforge.net/project/recoil/recoil/$(RECOILVER)/$(RECOILARCH)
RECOILURLALT=http://nanard.free.fr/grafx2/$(RECOILARCH) RECOILURLALT=http://nanard.free.fr/grafx2/$(RECOILARCH)
RECOILSHA256=9ce71400e343cb0f9ec40dbad407b7a70af02eedfc3ebce0817db2ade2c52fb3 RECOILSHA256=13ad32d669c73393114da2cc2d1c1af4880fbebcfcc807ca96fc20b181d50db5
#https://github.com/redcode/6502/releases/download/v0.1/6502-v0.1.tar.xz #https://github.com/redcode/6502/releases/download/v0.1/6502-v0.1.tar.xz
REDCODE6502=6502-v0.1 REDCODE6502=6502-v0.1
REDCODE6502ARCH=6502-v0.1.tar.xz REDCODE6502ARCH=6502-v0.1.tar.xz

View File

@ -75,7 +75,7 @@ endif
CFLAGS_CACHE = $(OBJDIR)/.cflags.cache CFLAGS_CACHE = $(OBJDIR)/.cflags.cache
RECOILVER = 5.1.0 RECOILVER = 5.1.1
# Video / input API used # Video / input API used
API ?= sdl API ?= sdl