diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:20:14 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-25 09:20:14 +0800 |
| commit | a189736cd01a72a365d3f0a2c8cb468166165b5b (patch) | |
| tree | 595ce18537a3b12a93f5adeb9ea1edda34cb2acc /repos/extra/sdl2 | |
| parent | bf445382f368a4839c197c1e49144fb0d1f9fec3 (diff) | |
| download | alicelinux-a189736cd01a72a365d3f0a2c8cb468166165b5b.tar.gz alicelinux-a189736cd01a72a365d3f0a2c8cb468166165b5b.zip | |
sdl2: updated to 2.30.4
Diffstat (limited to 'repos/extra/sdl2')
| -rw-r--r-- | repos/extra/sdl2/.files | 6 | ||||
| -rw-r--r-- | repos/extra/sdl2/abuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/sdl2/.files b/repos/extra/sdl2/.files index ac9594ae..12299359 100644 --- a/repos/extra/sdl2/.files +++ b/repos/extra/sdl2/.files @@ -86,9 +86,9 @@ drwxr-xr-x root/root usr/lib/cmake/ drwxr-xr-x root/root usr/lib/cmake/SDL2/ -rw-r--r-- root/root usr/lib/cmake/SDL2/sdl2-config-version.cmake -rw-r--r-- root/root usr/lib/cmake/SDL2/sdl2-config.cmake -lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3000.3 --rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.3 -lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3000.3 +lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3000.4 +-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.4 +lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3000.4 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/sdl2.pc drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/sdl2/abuild b/repos/extra/sdl2/abuild index 985ff336..7802d7da 100644 --- a/repos/extra/sdl2/abuild +++ b/repos/extra/sdl2/abuild @@ -1,4 +1,4 @@ name=sdl2 -version=2.30.3 +version=2.30.4 release=1 source="https://www.libsdl.org/release/SDL2-$version.tar.gz" |