Skip to content

Commit 21809f3

Browse files
ProjectSynchroMailaender
authored andcommitted
physfs: Update from 3.0.2 to 3.2.0
This changes the upstream repository to github where code is now stored. Additionally adds x-checker-data for automated update notifications.
1 parent 58d3635 commit 21809f3

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

physfs/physfs.json

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
{
2-
"name": "PhysicsFS",
3-
"buildsystem": "cmake-ninja",
4-
"config-opts": [ "-DPHYSFS_BUILD_TEST=OFF", "-DPHYSFS_BUILD_STATIC=OFF", "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ],
5-
"cleanup": [
6-
"/include",
7-
"/lib/pkgconfig",
8-
"/bin"
9-
],
10-
"sources": [
11-
{
12-
"type": "archive",
13-
"url": "https://icculus.org/physfs/downloads/physfs-3.0.2.tar.bz2",
14-
"sha256": "304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863"
15-
}
16-
]
2+
"name": "PhysicsFS",
3+
"buildsystem": "cmake-ninja",
4+
"config-opts": [
5+
"-DPHYSFS_BUILD_TEST=OFF",
6+
"-DPHYSFS_BUILD_STATIC=OFF",
7+
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
8+
],
9+
"cleanup": [
10+
"/include",
11+
"/lib/pkgconfig",
12+
"/bin"
13+
],
14+
"sources": [
15+
{
16+
"type": "git",
17+
"url": "https://github.com/icculus/physfs.git",
18+
"tag": "release-3.2.0",
19+
"commit": "eb3383b532c5f74bfeb42ec306ba2cf80eed988c",
20+
"x-checker-data": {
21+
"type": "git",
22+
"tag-pattern": "^release-([0-9.]+)$"
23+
}
24+
}
25+
]
1726
}

0 commit comments

Comments
 (0)