forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
odin-nightly.json
26 lines (26 loc) · 1005 Bytes
/
odin-nightly.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
{
"version": "2022-09-21",
"description": "General-purpose programming language with distinct typing, built for high performance, modern systems, and built-in data-oriented data types.",
"homepage": "https://odin-lang.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://f001.backblazeb2.com/file/odin-binaries/nightly/odin-windows-amd64-nightly%2B2022-09-21.zip",
"hash": "98f2b46f31681fbf04e7084107f2c486ea3eabde119ab643f8de7d4abf8570b1"
}
},
"extract_dir": "windows_artifacts",
"bin": "odin.exe",
"checkver": {
"url": "https://odinbinaries.thisdrunkdane.io/file/odin-binaries/nightly.json",
"regex": "nightly%2B([\\d\\-]+).zip",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://f001.backblazeb2.com/file/odin-binaries/nightly/odin-windows-amd64-nightly%2B$version.zip"
}
}
}
}