mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
69 lines
2.2 KiB
JSON
69 lines
2.2 KiB
JSON
{
|
|
"version": "2.24.1.windows.2",
|
|
"homepage": "https://gitforwindows.org",
|
|
"description": "Distributed version control system.",
|
|
"license": "GPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-64-bit.7z.exe#/dl.7z",
|
|
"hash": "cb75e4a557e01dd27b5af5eb59dfe28adcbad21638777dd686429dd905d13899"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-32-bit.7z.exe#/dl.7z",
|
|
"hash": "88f5525999228b0be8bb51788bfaa41b14430904bc65f1d4bbdcf441cac1f7fc"
|
|
}
|
|
},
|
|
"bin": [
|
|
"cmd\\git.exe",
|
|
"cmd\\gitk.exe",
|
|
"cmd\\git-gui.exe",
|
|
"git-bash.exe",
|
|
"usr\\bin\\ssh.exe",
|
|
"usr\\bin\\sshd.exe",
|
|
"usr\\bin\\scp.exe",
|
|
"usr\\bin\\sftp.exe",
|
|
"usr\\bin\\ssh-add.exe",
|
|
"usr\\bin\\ssh-agent.exe",
|
|
"usr\\bin\\ssh-keygen.exe",
|
|
"usr\\bin\\ssh-keyscan.exe",
|
|
"usr\\bin\\tig.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"git-bash.exe",
|
|
"Git Bash",
|
|
"--cd-to-home"
|
|
],
|
|
[
|
|
"cmd\\git-gui.exe",
|
|
"Git GUI"
|
|
],
|
|
[
|
|
"cmd\\gitk.exe",
|
|
"gitk"
|
|
]
|
|
],
|
|
"post_install": "git config --global credential.helper manager",
|
|
"checkver": {
|
|
"github": "https://github.com/git-for-windows/git",
|
|
"regex": "v([\\w.]+)/PortableGit-(?<ver>[\\w.]+)-64-bit"
|
|
},
|
|
"env_set": {
|
|
"GIT_INSTALL_ROOT": "$dir"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v$version/PortableGit-$matchVer-64-bit.7z.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/git-for-windows/git/releases/download/v$version/PortableGit-$matchVer-32-bit.7z.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/git-for-windows/git/releases/latest",
|
|
"regex": "<td>$basename</td>\\s*<td>$sha256</td>"
|
|
}
|
|
}
|
|
}
|