|
@@ -4,8 +4,12 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-SDL_NET_VERSION = 1.2.8
|
|
|
-SDL_NET_SITE = http://www.libsdl.org/projects/SDL_net/release
|
|
|
+# The latest officially released version of SDL_image is 1.2.8, released in 2012.
|
|
|
+# Since then, there have been several bugfixes.
|
|
|
+#
|
|
|
+# This commit points to the SDL-1.2 branch from 18 Feb 2021.
|
|
|
+SDL_NET_VERSION = 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3
|
|
|
+SDL_NET_SITE = $(call github,libsdl-org,SDL_net,$(SDL_NET_VERSION))
|
|
|
SDL_NET_SOURCE = SDL_net-$(SDL_NET_VERSION).tar.gz
|
|
|
SDL_NET_LICENSE = Zlib
|
|
|
SDL_NET_LICENSE_FILES = COPYING
|