mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2025-01-20 03:45:38 +00:00
Update to 1.6.3
This commit is contained in:
parent
faebe4744d
commit
d9bde9f1bd
|
@ -20,6 +20,7 @@
|
||||||
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.6.3" date="2018-06-05"/>
|
||||||
<release version="1.6.1" date="2018-05-30">
|
<release version="1.6.1" date="2018-05-30">
|
||||||
<description>
|
<description>
|
||||||
<p>Fix various crashes</p>
|
<p>Fix various crashes</p>
|
||||||
|
|
|
@ -21,19 +21,19 @@
|
||||||
"shared-modules/glew/glew.json",
|
"shared-modules/glew/glew.json",
|
||||||
{
|
{
|
||||||
"name": "libzip",
|
"name": "libzip",
|
||||||
"config-opts": ["--disable-static"],
|
"buildsystem": "cmake-ninja",
|
||||||
|
"config-opts": ["-DCMAKE_BUILD_TYPE=Release"],
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/bin",
|
"/bin",
|
||||||
"/include",
|
"/include",
|
||||||
"/lib/pkgconfig",
|
"/lib/pkgconfig",
|
||||||
"/share/man",
|
"/share/man"
|
||||||
"/lib/*.la"
|
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"url": "https://libzip.org/download/libzip-1.3.2.tar.xz",
|
"url": "https://libzip.org/download/libzip-1.5.1.tar.xz",
|
||||||
"sha256": "6277845010dbc20e281a77e637c97765c1323d67df4d456fd942f525ea86e185"
|
"sha256": "04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hrydgard/ppsspp.git",
|
"url": "https://github.com/hrydgard/ppsspp.git",
|
||||||
"tag": "v1.6.1",
|
"tag": "v1.6.3",
|
||||||
"disable-shallow-clone": true
|
"disable-shallow-clone": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue