ppsspp-dev: Fix download link to be downloaded as 7z file (#550)
parent
a2076dca0c
commit
b650596b7c
|
@ -5,7 +5,7 @@
|
|||
"license": "GPL-2.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-937-$commit&platform=windows-amd64",
|
||||
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-937-$commit&platform=windows-amd64#/dl.7z",
|
||||
"hash": "c273e1fb85c565cccc33754c6afc461528cede61b997b9523ca92d3848b2de93",
|
||||
"bin": [
|
||||
[
|
||||
|
@ -21,7 +21,7 @@
|
|||
]
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-937-$commit&platform=windows-x86",
|
||||
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-937-$commit&platform=windows-x86#/dl.7z",
|
||||
"hash": "555938fd48cf5ae34afc0511f986834a91c24ec885fbb66114d24af223d36d7b",
|
||||
"bin": [
|
||||
[
|
||||
|
@ -57,10 +57,10 @@
|
|||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-amd64"
|
||||
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-amd64#/dl.7z"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-x86"
|
||||
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-x86#/dl.7z"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue