diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-02 06:50:41 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-02 06:50:41 +0000 |
| commit | e6c1b9dccdc7941f91473f0f7ccc0e473a5bb7c6 (patch) | |
| tree | af548681b3f55e747b1f0ed65d42ab82a4bb5a36 | |
| parent | 83bd7229c32bd0643119d7b0f884ac7fe8232263 (diff) | |
| download | alicelinux-e6c1b9dccdc7941f91473f0f7ccc0e473a5bb7c6.tar.gz alicelinux-e6c1b9dccdc7941f91473f0f7ccc0e473a5bb7c6.zip | |
sdl2: updated to 2.32.4
| -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 de451b4c..bd16860d 100644 --- a/repos/extra/sdl2/.checksum +++ b/repos/extra/sdl2/.checksum @@ -1 +1 @@ -aa0b16d44f0a66ef76b24368aec18162eca8e657dfc0eec8a9b091ead2d95308 SDL2-2.32.2.tar.gz +19cb3afdf576ef23df8c2f755dcfcdd7b400e887f1b85cb855881d46e018521d SDL2-2.32.4.tar.gz diff --git a/repos/extra/sdl2/.files b/repos/extra/sdl2/.files index bebc881b..b9ccb0ca 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.3200.2 --rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3200.2 -lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3200.2 +lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3200.4 +-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3200.4 +lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3200.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 a92f008c..b5abcaf0 100644 --- a/repos/extra/sdl2/abuild +++ b/repos/extra/sdl2/abuild @@ -1,4 +1,4 @@ name=sdl2 -version=2.32.2 +version=2.32.4 release=1 source="https://www.libsdl.org/release/SDL2-$version.tar.gz" |