mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
SHA-256 taken from 7zip;
confirmed Windows package tar.gz change to zip following 2.2.2
-> removed "extract_dir" for both architectures;
hub manifest tested on external bucket:
tom81@DESKTOP-PPA3Q0S ~$ hub version
git version 2.8.2.windows.1
hub version 2.2.3
package content differences from 2.2.0 & 2.2.1:
- extract directory folder removed
- hub manual "hub.html" added
- "etc" and "man" build folders removed
- hub.exe moved to package "bin" folder
19 lines
605 B
JSON
19 lines
605 B
JSON
{
|
|
"homepage": "https://hub.github.com/",
|
|
"version": "2.2.3",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.2.3/hub-windows-amd64-2.2.3.zip",
|
|
"hash": "e6c3ed06a7ceb9beb2961e5f2cf25cb09091bf372979c5a47f62e7b8f7658375"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/hub/releases/download/v2.2.3/hub-windows-386-2.2.3.zip",
|
|
"hash": "b4dc172880bf24c876711f5c8300fe9ab48207e138b3aa7eee5826f1c5b1e5b3"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\hub.exe"
|
|
]
|
|
}
|