Skip to content

Commit 689762e

Browse files
committed
recaps@0.9.0.3850: Fix download & autoupdate URLs
* Reorder manifest fields. * Correct the autoupdate URL where the version number was hardcoded. * Relates to cb0d3ba9.
1 parent 3c9cb13 commit 689762e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bucket/recaps.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"Add Recaps to startup by running:",
88
"reg import \"$dir\\add-startup.reg\""
99
],
10+
"url": "https://downloads.sourceforge.net/project/recaps/0.9.0.3850/ReCaps_V0.9.0.3850.exe#/dl.exe",
11+
"hash": "sha1:e12a0f99ba376b0b74bc635d43d855d47fc6933c",
1012
"innosetup": true,
1113
"pre_install": [
1214
"if ($architecture -eq '64bit') {",
@@ -28,20 +30,18 @@
2830
" }",
2931
"}"
3032
],
31-
"pre_uninstall": "if ($cmd -eq 'uninstall') { reg import \"$dir\\remove-startup.reg\" }",
32-
"url": "https://downloads.sourceforge.net/project/recaps/0.9.0.3480/ReCaps_V0.9.0.3480.exe#/dl.exe",
33-
"hash": "sha1:bd7c935f177f12848262809753d2133ea4245013",
3433
"shortcuts": [
3534
[
3635
"recaps.exe",
3736
"Recaps"
3837
]
3938
],
39+
"pre_uninstall": "if ($cmd -eq 'uninstall') { reg import \"$dir\\remove-startup.reg\" }",
4040
"checkver": {
4141
"url": "https://sourceforge.net/projects/recaps/files/",
4242
"regex": "files/([\\d.]+)"
4343
},
4444
"autoupdate": {
45-
"url": "https://downloads.sourceforge.net/project/recaps/0.9.0.3480/ReCaps_V0.9.0.3480.exe#/dl.exe"
45+
"url": "https://downloads.sourceforge.net/project/recaps/$version/ReCaps_V$version.exe#/dl.exe"
4646
}
4747
}

0 commit comments

Comments
 (0)