mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed the structure of the latest_release.json file and added some more data.
This commit is contained in:
parent
33fbb5ddb8
commit
2aca8b5912
|
@ -5,30 +5,110 @@
|
|||
"stable": {
|
||||
"version": "1.2.6",
|
||||
"date": "2022-08-03",
|
||||
"urls": {
|
||||
"WindowsPortable": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48555328/download",
|
||||
"WindowsInstaller": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239196/download",
|
||||
"macOSApple": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239039/download",
|
||||
"macOSIntel": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239145/download",
|
||||
"LinuxDEB": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239111/download",
|
||||
"LinuxRPM": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239313/download",
|
||||
"LinuxAppImage": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239389/download",
|
||||
"LinuxSteamDeckAppImage": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239682/download"
|
||||
}
|
||||
"packages": [
|
||||
{
|
||||
"name": "WindowsPortable",
|
||||
"filename": "EmulationStation-DE-1.2.6-x64_Portable.zip",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48555328/download",
|
||||
"md5": "d0311fb9d1e226ab98246c3261a1571c"
|
||||
},
|
||||
{
|
||||
"name": "WindowsInstaller",
|
||||
"filename": "EmulationStation-DE-1.2.6-x64.exe",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239196/download",
|
||||
"md5": "65d11cf9018f90fa33222335d5c12e61"
|
||||
},
|
||||
{
|
||||
"name": "macOSApple",
|
||||
"filename": "EmulationStation-DE-1.2.6-arm64.dmg",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239039/download",
|
||||
"md5": "65c64999e5262a60a1f94ab936d0d842"
|
||||
},
|
||||
{
|
||||
"name": "macOSIntel",
|
||||
"filename": "EmulationStation-DE-1.2.6-x64.dmg",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239145/download",
|
||||
"md5": "bbdc0f5ae5ed4b154364539fb25ceedb"
|
||||
},
|
||||
{
|
||||
"name": "LinuxDEB",
|
||||
"filename": "emulationstation-de-1.2.6-x64.deb",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239111/download",
|
||||
"md5": "02e947bcbf4bd22e02264a581a08aede"
|
||||
},
|
||||
{
|
||||
"name": "LinuxRPM",
|
||||
"filename": "emulationstation-de-1.2.6-x64.rpm",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239313/download",
|
||||
"md5": "1ce50b246717172352272da7c8e09180"
|
||||
},
|
||||
{
|
||||
"name": "LinuxAppImage",
|
||||
"filename": "EmulationStation-DE-x64.AppImage",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239389/download",
|
||||
"md5": "96efafc399ef9b7866059ecce147fb40"
|
||||
},
|
||||
{
|
||||
"name": "LinuxSteamDeckAppImage",
|
||||
"filename": "EmulationStation-DE-x64_SteamDeck.AppImage",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/48239682/download",
|
||||
"md5": "84a02062157a91bc31d3ffcb38d6bd84"
|
||||
}
|
||||
]
|
||||
},
|
||||
"prerelease": {
|
||||
"comment": "The fields below will be blank if there is no prerelease available",
|
||||
"version": "2.0.0-beta-2023-01-27",
|
||||
"date": "2023-01-27",
|
||||
"urls": {
|
||||
"WindowsPortable": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759587/download",
|
||||
"WindowsInstaller": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759574/download",
|
||||
"macOSApple": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759479/download",
|
||||
"macOSIntel": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759558/download",
|
||||
"LinuxDEB": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759536/download",
|
||||
"LinuxRPM": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759592/download",
|
||||
"LinuxAppImage": "https://gitlab.com/es-de/emulationstation-de/-/package_files/67103985/download",
|
||||
"LinuxSteamDeckAppImage": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759612/download"
|
||||
}
|
||||
"packages": [
|
||||
{
|
||||
"name": "WindowsPortable",
|
||||
"filename": "EmulationStation-DE-2.0.0-beta-2023-01-27-x64_Portable.zip",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759587/download",
|
||||
"md5": "f1b5dd2af7f8fa8e148cb73e802035df"
|
||||
},
|
||||
{
|
||||
"name": "WindowsInstaller",
|
||||
"filename": "EmulationStation-DE-2.0.0-beta-2023-01-27-x64.exe",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759574/download",
|
||||
"md5": "15d44283a477ac786aa013eb780819c8"
|
||||
},
|
||||
{
|
||||
"name": "macOSApple",
|
||||
"filename": "EmulationStation-DE-2.0.0-beta-2023-01-27-arm64.dmg",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759479/download",
|
||||
"md5": "8a68b24fa09f3bafc0cee26fae5ee10f"
|
||||
},
|
||||
{
|
||||
"name": "macOSIntel",
|
||||
"filename": "EmulationStation-DE-2.0.0-beta-2023-01-27-x64.dmg",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759558/download",
|
||||
"md5": "2f60863e8f673488e9064f48accc062e"
|
||||
},
|
||||
{
|
||||
"name": "LinuxDEB",
|
||||
"filename": "emulationstation-de-2.0.0-beta-2023-01-27-x64.deb",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759536/download",
|
||||
"md5": "eeab1209e1e81800d84d37be4acd0935"
|
||||
},
|
||||
{
|
||||
"name": "LinuxRPM",
|
||||
"filename": "emulationstation-de-2.0.0-beta-2023-01-27-x64.rpm",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759592/download",
|
||||
"md5": "795439cd0985d7113db0d803cac029e1"
|
||||
},
|
||||
{
|
||||
"name": "LinuxAppImage",
|
||||
"filename": "EmulationStation-DE-2.0.0-beta-2023-01-27-x64.AppImage",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/67103985/download",
|
||||
"md5": "b872d12b9393f115af77bd0dc940f550"
|
||||
},
|
||||
{
|
||||
"name": "LinuxSteamDeckAppImage",
|
||||
"filename": "EmulationStation-DE-2.0.0-beta-2023-01-27-x64_SteamDeck.AppImage",
|
||||
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/66759612/download",
|
||||
"md5": "3f7964e18c74dd9fac4e3ffd8bd1c34a"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue