mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
legit: Add version 1.2.0 (#1073)
This commit is contained in:
parent
1cf2bdd455
commit
02c3fbadd8
26
bucket/legit.json
Normal file
26
bucket/legit.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": "1.2.0",
|
||||||
|
"description": "Complementary command-line interface for Git.",
|
||||||
|
"homepage": "https://frostming.github.io/legit/",
|
||||||
|
"license": {
|
||||||
|
"identifier": "Freeware",
|
||||||
|
"url": "https://github.com/frostming/legit/blob/master/LICENSE"
|
||||||
|
},
|
||||||
|
"depends": "git",
|
||||||
|
"url": "https://github.com/frostming/legit/releases/download/1.2.0/legit.exe",
|
||||||
|
"hash": "2c4aa8a777141cad9171a7aec9b91d6570443644f7ca040903773620074d361b",
|
||||||
|
"post_install": "'y' | legit --install | Out-Null",
|
||||||
|
"uninstaller": {
|
||||||
|
"script": "legit --uninstall | Out-Null"
|
||||||
|
},
|
||||||
|
"bin": "legit.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/frostming/legit"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/frostming/legit/releases/download/$version/legit.exe",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user