upgrade to recoil 6.1.1
This commit is contained in:
		
							parent
							
								
									bbcfc9e908
								
							
						
					
					
						commit
						6caa55b291
					
				
							
								
								
									
										4
									
								
								3rdparty/Makefile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								3rdparty/Makefile
									
									
									
									
										vendored
									
									
								
							@ -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/' )
 | 
					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/' )
 | 
					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
 | 
					# https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.6.1.tar.gz
 | 
				
			||||||
RECOILVER=6.1.0
 | 
					RECOILVER=6.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=a10384a69de0ae4cbc6a21b2bf598e6191da9e8b2847f7aeda66ec18d66e27b9
 | 
					RECOILSHA256=faa3d2af45d4476073c249635b5fdebcb36d0e5ad59bc624849f1083791392e9
 | 
				
			||||||
#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
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user