forked from HorizenOfficial/arizen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdates.json
21 lines (20 loc) · 837 Bytes
/
updates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"linux-x64-prod": {
"readme": "1st version",
"update": "https://github.com/ZencashOfficial/arizen/releases/download/v1.1.3/Arizen-1.1.3-x86_64.AppImage",
"install": "https://github.com/ZencashOfficial/arizen/releases/download/v1.1.3/Arizen-1.1.3-x86_64.AppImage",
"version": "1.1.3"
},
"win32-x64-prod": {
"readme": "1st version",
"update": "https://github.com/ZencashOfficial/arizen/releases/download/v1.1.3",
"install": "https://github.com/ZencashOfficial/arizen/releases/download/v1.1.3",
"version": "1.1.3"
},
"darwin-x64-prod": {
"readme": "1st version",
"update": "https://github.com/ZencashOfficial/arizen/releases/download/v1.1.3/release.json",
"install": "https://github.com/ZencashOfficial/arizen/releases/download/v1.1.3/Arizen-1.1.3.dmg",
"version": "1.1.3"
}
}