mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
added automated hash extraction for git (#2046)
This commit is contained in:
parent
c3101f6051
commit
98690e8476
@ -43,6 +43,10 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/git-for-windows/git/releases/download/v$matchVersion/PortableGit-$matchShort-32-bit.7z.exe#/dl.7z"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://github.com/git-for-windows/git/releases/latest",
|
||||
"find": "<td>$basename<\\/td>\\s*<td>([0-9a-fA-F]+)<\\/td>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
git.json
4
git.json
@ -52,6 +52,10 @@ and then restart powershell.",
|
||||
"32bit": {
|
||||
"url": "https://github.com/git-for-windows/git/releases/download/v$matchVersion/PortableGit-$matchShort-32-bit.7z.exe#/dl.7z"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://github.com/git-for-windows/git/releases/latest",
|
||||
"find": "<td>$basename<\\/td>\\s*<td>([0-9a-fA-F]+)<\\/td>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user