ScoopInstaller_Main/git19.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

15 lines
486 B
JSON

{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL-2.0",
"version": "1.9.5-preview20150319",
"url": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/PortableGit-1.9.5-preview20150319.7z",
"hash": "26261872847b18d171a197c8e4b3f4c0e60b4310c4b8ef1f4d9884950288aa7c",
"bin": [
"cmd\\git.exe",
"cmd\\gitk.cmd"
],
"post_install": [
"git config --global credential.helper wincred"
]
}