mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Downgrade git-with-openssh to version 2.16.1.windows.1 because of an blocking git bug
See #2001
This commit is contained in:
parent
7df7f35dfc
commit
d0270676e8
@ -2,15 +2,15 @@
|
||||
"##": "Maintainers: when updating this manifest to a new version, you might like to also update git.json",
|
||||
"homepage": "https://git-for-windows.github.io/",
|
||||
"license": "GPL2",
|
||||
"version": "2.16.1.windows.2",
|
||||
"version": "2.16.1.windows.1",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.2/PortableGit-2.16.1.2-64-bit.7z.exe#/dl.7z",
|
||||
"hash": "82009aa70ede01da69cd2ea4ad297aeb1f58c7dd8ddddc1d85425d5246ebdf20"
|
||||
"url": "https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.1/PortableGit-2.16.1-64-bit.7z.exe#/dl.7z",
|
||||
"hash": "657296d33adceb1d7dabb17847dbd9ee5a45c4ef9d8d8aade2bfb42e57682baf"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.2/PortableGit-2.16.1.2-32-bit.7z.exe#/dl.7z",
|
||||
"hash": "5886321e9d6c619c67116b23c6428afc83f2e63f4eee60f6cafa5b37364ebf04"
|
||||
"url": "https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.1/PortableGit-2.16.1-32-bit.7z.exe#/dl.7z",
|
||||
"hash": "bc8cf57a206ca63d92aad649322bcec6600a41b91be61229d9282f61e42834ed"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -33,7 +33,7 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://github.com/git-for-windows/git/releases/latest",
|
||||
"re": "v(?<version>[\\d\\w.]+)/PortableGit-(?<short>[\\d.]+).*\\.exe"
|
||||
"re": "revert back to normal when https bug is fixed (see #2001)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user