Skip to content

Commit

Permalink
melonds: Fix autoupdate URL, update to version 1.0rc (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca3rwin authored Dec 23, 2024
1 parent 948e451 commit 54a7a7c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions bucket/melonds.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.9.5",
"version": "1.0rc",
"description": "A Nintendo DS emulator aiming for fast and accurate emulation",
"homepage": "http://melonds.kuribo64.net/",
"license": {
"identifier": "GPL-3.0",
"url": "https://github.com/melonDS-emu/melonDS/blob/master/LICENSE"
},
"url": "https://github.com/melonDS-emu/melonDS/releases/download/0.9.5/melonDS_0.9.5_win_x64.zip",
"hash": "289b1644004d8762987dc1daf3a61eedfafb0a5f442801bfb9d2a18299fd39a9",
"url": "https://github.com/melonDS-emu/melonDS/releases/download/1.0rc/melonDS-windows-x86_64.zip",
"hash": "eda68ed9295bfce4504d9356d3614fbd77648dc3ab1e4ad415f78778f745b33e",
"installer": {
"script": [
"$FILE = 'melonDS.ini'",
Expand All @@ -25,9 +25,10 @@
],
"persist": "melonDS.ini",
"checkver": {
"github": "https://github.com/melonDS-emu/melonDS"
"github": "https://github.com/melonDS-emu/melonDS",
"regex": "/releases/tag/(?:v|V)?([\\w.]+)"
},
"autoupdate": {
"url": "https://github.com/melonDS-emu/melonDS/releases/download/$version/melonDS_$version_win_x64.zip"
"url": "https://github.com/melonDS-emu/melonDS/releases/download/$version/melonDS-windows-x86_64.zip"
}
}

0 comments on commit 54a7a7c

Please sign in to comment.