mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
gk: Update to version 3.1.10 (#7127)
Excavator was failing due to slight naming change in release artifacts. I fixed the urls.
This commit is contained in:
parent
9797bbe0a5
commit
33c95f0c05
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.1.2",
|
"version": "3.1.10",
|
||||||
"description": "GitKraken CLI",
|
"description": "GitKraken CLI",
|
||||||
"homepage": "https://www.gitkraken.com/cli",
|
"homepage": "https://www.gitkraken.com/cli",
|
||||||
"license": {
|
"license": {
|
||||||
@ -8,16 +8,16 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v2.1.2/gk_2.1.2_Windows_i386.zip",
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.10/gk_3.1.10_windows_386.zip",
|
||||||
"hash": "17cfb0f67174a8cb83eee61424dba75efbd0513a9deeab7f2b101aa130a13e1e"
|
"hash": "3911771d72e6b5f403e946a01e6f0ed059e384900065447d474aa2a6536b6391"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v2.1.2/gk_2.1.2_Windows_x86_64.zip",
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.10/gk_3.1.10_windows_amd64.zip",
|
||||||
"hash": "e39c63abe11567da4be2e846e6ce84c11aa2d7f8ad778c0d37811e853baeafb7"
|
"hash": "25e0aa1e76f55d459d7b21beaeaee37b7012e90af53eaf7a26568222d6446f72"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v2.1.2/gk_2.1.2_Windows_arm64.zip",
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.10/gk_3.1.10_windows_arm64.zip",
|
||||||
"hash": "595883251e0c62933691526437bfb0f2057e4b12f94bec868d4f1b85ff29420d"
|
"hash": "25d1e623e518853a51824d0f5ac3fb231c817b520df38e22f35c5973e14b654c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "gk.exe",
|
"bin": "gk.exe",
|
||||||
@ -27,17 +27,17 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_Windows_i386.zip"
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_386.zip"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_Windows_x86_64.zip"
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_amd64.zip"
|
||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_Windows_arm64.zip"
|
"url": "https://github.com/gitkraken/gk-cli/releases/download/v$version/gk_$version_windows_arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/checksums.txt"
|
"url": "$baseurl/gk_checksums.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user