Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2808 from brooksytech/dev
Browse files Browse the repository at this point in the history
Update SDL2 to 2.30.0
  • Loading branch information
r3claimer authored Feb 2, 2024
2 parents abcf8b4 + 0a9b902 commit 7674c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graphics/SDL2/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)

PKG_NAME="SDL2"
PKG_VERSION="2.28.5"
PKG_VERSION="2.30.0"
PKG_LICENSE="GPL"
PKG_SITE="https://www.libsdl.org/"
PKG_URL="https://www.libsdl.org/release/SDL2-${PKG_VERSION}.tar.gz"
PKG_URL="${PKG_SITE}/release/SDL2-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="toolchain"
PKG_DEPENDS_TARGET="toolchain alsa-lib systemd dbus pulseaudio libdrm SDL2:host"
PKG_LONGDESC="Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware."
Expand Down

0 comments on commit 7674c90

Please sign in to comment.