comparison src/sdl2_ttf.mk @ 6383:87cfbcaf2ab4

* src/sdl2_ttf.mk: update to v2.20.1
author John Donoghue <john.donoghue@ieee.org>
date Thu, 25 Aug 2022 07:47:14 -0400
parents 40268fbb405d
children d56bddd614d4
comparison
equal deleted inserted replaced
6382:787580affb77 6383:87cfbcaf2ab4
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := sdl2_ttf 4 PKG := sdl2_ttf
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.20.0 6 $(PKG)_VERSION := 2.20.1
7 $(PKG)_CHECKSUM := 1916aa67a3aa1bbf08ac395146a99c922ca9d1a1 7 $(PKG)_CHECKSUM := f774ff407915ae4afa3d03e5a9395283d9090f28
8 $(PKG)_SUBDIR := SDL2_ttf-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := SDL2_ttf-$($(PKG)_VERSION)
9 $(PKG)_FILE := SDL2_ttf-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := SDL2_ttf-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/libsdl-org/SDL_ttf/releases/download/release-$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://github.com/libsdl-org/SDL_ttf/releases/download/release-$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := sdl2 freetype 11 $(PKG)_DEPS := sdl2 freetype
12 12