diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
| commit | 4cac321570f3bc7b1c5e4cf8dd284549faaca934 (patch) | |
| tree | 59ed643d8221a6ef41c3a3eb38f766595dc050cc /repos/extra | |
| parent | 2a61c7e5aeb3d7df645852747976c279a50cdc04 (diff) | |
| download | alicelinux-4cac321570f3bc7b1c5e4cf8dd284549faaca934.tar.gz alicelinux-4cac321570f3bc7b1c5e4cf8dd284549faaca934.zip | |
sdl2: updated to 2.30.11
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/sdl2/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/sdl2/.files | 6 | ||||
| -rw-r--r-- | repos/extra/sdl2/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/repos/extra/sdl2/.checksum b/repos/extra/sdl2/.checksum index 914cf276..7bd65057 100644 --- a/repos/extra/sdl2/.checksum +++ b/repos/extra/sdl2/.checksum @@ -1 +1 @@ -0e9f529e75ff3ca7391a34d00561e9fcbffdc247be37b1fc52a09990ac6276d2 SDL2-2.30.10.tar.gz +c16499b2dd69820d871f88fbd048ee12fabcbcfc692e21059191b7d90fcb224e SDL2-2.30.11.tar.gz diff --git a/repos/extra/sdl2/.files b/repos/extra/sdl2/.files index 82dc7bb3..20566529 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.10 --rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.10 -lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3000.10 +lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3000.11 +-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.11 +lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3000.11 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 a3994b34..29e24c0a 100644 --- a/repos/extra/sdl2/abuild +++ b/repos/extra/sdl2/abuild @@ -1,4 +1,4 @@ name=sdl2 -version=2.30.10 +version=2.30.11 release=1 source="https://www.libsdl.org/release/SDL2-$version.tar.gz" |