-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmotoko.json
29 lines (29 loc) · 1.06 KB
/
motoko.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
{
"version": "0.3.2",
"architecture": {
"32bit": {
"url": "https://github.com/ldez/motoko/releases/download/v0.3.2/motoko_v0.3.2_windows_386.zip",
"bin": [
"motoko.exe"
],
"hash": "5f399f2c94d852aa418a5c42bd831dc3adfa5bedc004179e9b1d784b70c807d1"
},
"64bit": {
"url": "https://github.com/ldez/motoko/releases/download/v0.3.2/motoko_v0.3.2_windows_amd64.zip",
"bin": [
"motoko.exe"
],
"hash": "575cf30e66b7d378cf96e2cf6f36022e4e9dfb62ab5982ae211b7baed546e1e7"
},
"arm64": {
"url": "https://github.com/ldez/motoko/releases/download/v0.3.2/motoko_v0.3.2_windows_arm64.zip",
"bin": [
"motoko.exe"
],
"hash": "acab517c4e23101f1cdb141f8b678b846bd349e058b0fd3eea15c64e82e2058b"
}
},
"homepage": "https://github.com/ldez/motoko",
"license": "APACHE",
"description": "Based on Go modules, update a dependency to a major version."
}