forked from minorgod/scoop-minorgod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reaper-v5.99.json
54 lines (54 loc) · 1.81 KB
/
reaper-v5.99.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"homepage": "https://www.reaper.fm",
"version": "5.99",
"license": {
"identifier": "Proprietary",
"url": "https://www.reaper.fm/dist-agreement.php"
},
"description": "Digital Audio Workstation",
"architecture": {
"64bit": {
"url": "https://www.reaper.fm/files/5.x/reaper599_x64-install.exe#/dl.7z",
"hash": "892E48E85873EC39929C1358DA425A97A61E1FCD6516FEC5DBEB01E44DB11918"
},
"32bit": {
"url": "https://www.reaper.fm/files/5.x/reaper599-install.exe#/dl.7z",
"hash": "4674FE1E22C702AFA4C4D99FE5F28B5D58CD309B44ACE10C0A0F65490E9E3453"
}
},
"bin": [
"reaper.exe",
"reamote.exe"
],
"shortcuts": [
[
"reaper.exe",
"Reaper"
],
[
"reamote.exe",
"ReaMote"
]
],
"installer": {
"script": [
"Move-Item \"$dir\\`$INSTDIR`$_8_\\*\" -Destination \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -Force"
]
},
"checkver": {
"url": "https://www.reaper.fm/download-old.php?ver=5x",
"regex": "REAPER v(5\\.[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.reaper.fm/files/$majorVersion.x/reaper$cleanVersion_x64-install.exe#/dl.7z"
},
"32bit": {
"url": "https://www.reaper.fm/files/$majorVersion.x/reaper$cleanVersion-install.exe#/dl.7z"
}
}
},
"notes": "This is version 5.99, the last version compatible with licenses purchased with the 4.x version. For the latest version of Reaper (requiring a newer license key), see the scoop-extras bucket. The portable version of Reaper does not include ReWire."
}