From 97c3110d6cc89a6e44247cb92ca0b5c16077090d Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 5 Feb 2022 14:45:56 +0100 Subject: [PATCH] sdl2_ttf: -> 2.0.18 --- sdl2_ttf/.footprint | 6 +++--- sdl2_ttf/.signature | 8 ++++---- sdl2_ttf/Pkgfile | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdl2_ttf/.footprint b/sdl2_ttf/.footprint index 81ab9ea2a..e29c82b0a 100644 --- a/sdl2_ttf/.footprint +++ b/sdl2_ttf/.footprint @@ -3,10 +3,10 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/SDL2/ -rw-r--r-- root/root usr/include/SDL2/SDL_ttf.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libSDL2_ttf-2.0.so.0 -> libSDL2_ttf-2.0.so.0.14.1 --rwxr-xr-x root/root usr/lib/libSDL2_ttf-2.0.so.0.14.1 +lrwxrwxrwx root/root usr/lib/libSDL2_ttf-2.0.so.0 -> libSDL2_ttf-2.0.so.0.18.0 +-rwxr-xr-x root/root usr/lib/libSDL2_ttf-2.0.so.0.18.0 -rw-r--r-- root/root usr/lib/libSDL2_ttf.a -rwxr-xr-x root/root usr/lib/libSDL2_ttf.la -lrwxrwxrwx root/root usr/lib/libSDL2_ttf.so -> libSDL2_ttf-2.0.so.0.14.1 +lrwxrwxrwx root/root usr/lib/libSDL2_ttf.so -> libSDL2_ttf-2.0.so.0.18.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/SDL2_ttf.pc diff --git a/sdl2_ttf/.signature b/sdl2_ttf/.signature index 712d6ef2d..3977e5024 100644 --- a/sdl2_ttf/.signature +++ b/sdl2_ttf/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38C7wHENKde612Dxx6Ogd9oxnCZQ10KO0iWeNnvY21aNyV+pGp3EQgh8SFNU6bik1ke5TaJNhC2Q3HBsFMlGAw0= -SHA256 (Pkgfile) = 86a447d8f5de1053ff0b6002a48dd09cb21aedee93ceb2211f56408bd6ad03b2 -SHA256 (.footprint) = 10a27cc1f797370e93787855bab47275964747f7f13420dc5d4425042d4bbf49 -SHA256 (SDL2_ttf-2.0.15.tar.gz) = a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33 +RWSagIOpLGJF34InvfE7xYhj7t7OgS0W99YJ2B0gEJZkzxJFyMkFUcgg3/iUa9BwDE8tGNYigJtIJd0nl+xIOXrL9p5rOAwEvAI= +SHA256 (Pkgfile) = 81b0113bf0ccb8d304859e75b6169f64a1acaf4089b821e24c608a306bb77d33 +SHA256 (.footprint) = bcdbd57c79eb5bbd4a3c6dbf866384034fc15361b40319a5c94f77810fa73c16 +SHA256 (SDL2_ttf-2.0.18.tar.gz) = 7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251 diff --git a/sdl2_ttf/Pkgfile b/sdl2_ttf/Pkgfile index 19a6c01b1..d48ede828 100644 --- a/sdl2_ttf/Pkgfile +++ b/sdl2_ttf/Pkgfile @@ -4,14 +4,14 @@ # Depends on: freetype libsdl2 name=sdl2_ttf -version=2.0.15 +version=2.0.18 release=1 -source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$version.tar.gz) +source=(https://github.com/libsdl-org/SDL_ttf/releases/download/release-$version/SDL2_ttf-$version.tar.gz) build() { cd SDL2_ttf-$version ./configure --prefix=/usr - make + make make DESTDIR=$PKG install }