changeset 6073:d067e6d2239e

* src/sdl2.mk: update to v2.0.20
author John Donoghue <john.donoghue@ieee.org>
date Thu, 03 Feb 2022 13:16:01 -0500
parents 9cfc0cda57e9
children 36cb33512b63
files src/sdl2.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sdl2.mk	Thu Feb 03 12:28:36 2022 -0500
+++ b/src/sdl2.mk	Thu Feb 03 13:16:01 2022 -0500
@@ -3,8 +3,8 @@
 
 PKG             := sdl2
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.0.18
-$(PKG)_CHECKSUM := 419c62567d197a52a2136865c158f894939c1adf
+$(PKG)_VERSION  := 2.0.20
+$(PKG)_CHECKSUM := 18ce006cbf07502f48abfedc088c14404091f3d3
 $(PKG)_SUBDIR   := SDL2-$($(PKG)_VERSION)
 $(PKG)_FILE     := SDL2-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.libsdl.org/release/$($(PKG)_FILE)