package/physfs: bump version to 3.2.0

Release notes:
https://github.com/icculus/physfs/releases/tag/release-3.2.0

Added upstream patch to fix cmake 4 compatibility.

Updated license hash due to coypright year bumps:
https://github.com/icculus/physfs/commits/release-3.2.0/LICENSE.txt

Switched _SITE to github.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-07 15:42:17 +01:00
committed by Julien Olivain
parent 01c4206895
commit 1c483596f0
3 changed files with 31 additions and 5 deletions

View File

@@ -0,0 +1,27 @@
From f7d24ce8486d9229207cca1ff98858fe60ffe583 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <anonymous.maarten@gmail.com>
Date: Thu, 27 Apr 2023 22:39:41 +0200
Subject: [PATCH] cmake: bump minimum CMake version to 3.5 in anticipation of
CMake 3.27
Upstream: https://github.com/icculus/physfs/commit/f7d24ce8486d9229207cca1ff98858fe60ffe583
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[rebased for 3.2.0]
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dfe127a7..1194449e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
set(PHYSFS_VERSION 3.2.0)
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
project(PhysicsFS VERSION ${PHYSFS_VERSION} LANGUAGES C )

View File

@@ -1,3 +1,3 @@
# Locally calculated
sha256 304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863 physfs-3.0.2.tar.bz2
sha256 d80c0b09a1c98c61667ea044eefa2fd98fb70bd5fe12c49ff52b1fc2289a6583 LICENSE.txt
sha256 1991500eaeb8d5325e3a8361847ff3bf8e03ec89252b7915e1f25b3f8ab5d560 physfs-3.2.0.tar.gz
sha256 111b286674ab4720fd1b693ef8628a94bca8f06484d5fe3d75bd6db22fdc1cb2 LICENSE.txt

View File

@@ -4,9 +4,8 @@
#
################################################################################
PHYSFS_VERSION = 3.0.2
PHYSFS_SOURCE = physfs-$(PHYSFS_VERSION).tar.bz2
PHYSFS_SITE = https://icculus.org/physfs/downloads
PHYSFS_VERSION = 3.2.0
PHYSFS_SITE = $(call github,icculus,physfs,release-$(PHYSFS_VERSION))
PHYSFS_LICENSE = Zlib
PHYSFS_LICENSE_FILES = LICENSE.txt