-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupdates.json
18 lines (18 loc) · 1.01 KB
/
updates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"win32-ia32-prod": {
"update": "https://github.com/Vivify-Ideas/vivifyscrum2-electron/releases/download/win32-ia32-prod-2.4.29",
"install": "https://github.com/Vivify-Ideas/vivifyscrum2-electron/releases/download/win32-ia32-prod-2.4.29/VivifyScrum.Setup.2.4.29.exe",
"version": "2.4.29"
},
"darwin-x64-prod": {
"update": "https://github.com/Vivify-Ideas/vivifyscrum2-electron/releases/download/darwin-x64-prod-2.4.29/release.json",
"install": "https://github.com/Vivify-Ideas/vivifyscrum2-electron/releases/download/darwin-x64-prod-2.4.29/VivifyScrum-2.4.29.dmg",
"version": "2.4.29"
},
"linux-x64-prod": {
"update": "https://github.com/Vivify-Ideas/vivifyscrum2-electron/releases/download/linux-x64-prod-2.4.29/VivifyScrum-2.4.29.AppImage",
"install": "https://github.com/Vivify-Ideas/vivifyscrum2-electron/releases/download/linux-x64-prod-2.4.29/VivifyScrum-2.4.29.AppImage",
"version": "2.4.29",
"sha256": "d51afe3ddaabd9e9e7f084bdf857f54eb2d52917557e126f705fef00298521c5"
}
}