diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-08 09:21:44 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-08 09:21:44 +0800 |
| commit | 24743432c7154e8636e38645562ad1164e9f10e5 (patch) | |
| tree | e787a3d4fccd9a472039f87612c6740d07d9ed88 | |
| parent | 00f093484532d1daaa89651d509319d7a14fe5c1 (diff) | |
| download | alicelinux-24743432c7154e8636e38645562ad1164e9f10e5.tar.gz alicelinux-24743432c7154e8636e38645562ad1164e9f10e5.zip | |
sdl2: updated to 2.30.6
| -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 a10f6666..58381985 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.5 --rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.5 -lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3000.5 +lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3000.6 +-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.6 +lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3000.6 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 246665fa..d4a153df 100644 --- a/repos/extra/sdl2/abuild +++ b/repos/extra/sdl2/abuild @@ -1,4 +1,4 @@ name=sdl2 -version=2.30.5 +version=2.30.6 release=1 source="https://www.libsdl.org/release/SDL2-$version.tar.gz" |