Update to 1.5.2

This commit is contained in:
Patrick Griffis 2017-11-30 14:03:23 -05:00
parent f92de8905c
commit fbe6dc3532

View file

@ -18,6 +18,24 @@
"modules": [ "modules": [
"shared-modules/glu/glu-9.0.0.json", "shared-modules/glu/glu-9.0.0.json",
"shared-modules/glew/glew.json", "shared-modules/glew/glew.json",
{
"name": "libzip",
"config-opts": ["--disable-static"],
"cleanup": [
"/bin",
"/include",
"/lib/pkgconfig",
"/share/man",
"/lib/*.la"
],
"sources": [
{
"type": "archive",
"url": "https://libzip.org/download/libzip-1.3.2.tar.xz",
"sha256": "6277845010dbc20e281a77e637c97765c1323d67df4d456fd942f525ea86e185"
}
]
},
{ {
"name": "ppsspp", "name": "ppsspp",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
@ -37,8 +55,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/hrydgard/ppsspp/archive/v1.5.1.tar.gz", "url": "https://github.com/hrydgard/ppsspp/archive/v1.5.2.tar.gz",
"sha256": "13a317c3d26d55131d62bf5591f98e43b54658de8f557c638a10799577f83012" "sha256": "29e000f5f0176192ae412ef8dd2e5eefbba640a97ca502aeea6a91dc92142d38"
}, },
{ {
"type": "git", "type": "git",