Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Aug 3, 2023
1 parent a4f7e71 commit 0490b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ NUMBER_OF_PROCESSORS := $(shell nproc)
ARCH := $(shell uname -m)

# CMake URL
CMAKE_VERSION := 3.26.3
CMAKE_VERSION := 3.27.1
CMAKE_URL := https://github.com/Kitware/CMake/releases/download/v$(CMAKE_VERSION)/cmake-$(CMAKE_VERSION)-linux-$(shell uname -m).sh

# Project branches (for git-based projects)
LOVE_BRANCH := main
SDL2_BRANCH := release-2.26.5
SDL2_BRANCH := release-2.28.2
LUAJIT_BRANCH := v2.1
OPENAL_BRANCH := 1.23.1
BROTLI_BRANCH := v1.0.9
Expand All @@ -23,7 +23,7 @@ LIBOGG_VERSION := 1.3.5
LIBVORBIS_VERSION := 1.3.7
LIBTHEORA_VERSION := 1.2.0alpha1
LIBPNG_VERSION := 1.6.39
FT_VERSION := 2.13.0
FT_VERSION := 2.13.1
BZIP2_VERSION := 1.0.8
MPG123_VERSION := 1.31.3
LIBMODPLUG_VERSION := 0.8.8.5
Expand Down

0 comments on commit 0490b64

Please sign in to comment.