mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Added gof v0.0.1
This commit is contained in:
parent
3852a42326
commit
873586d393
29
gof.json
Normal file
29
gof.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://github.com/mattn/gof",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"license": "MIT",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_amd64.zip",
|
||||||
|
"hash": "61A00215F6F15C28563A8D844440109C162E48369C908131AF36FD99EB867580"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_386.zip",
|
||||||
|
"hash": "4F0CCAC830D80E1401D5C51349AA639950792657E900BB54DC36FF6B1723A0DA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "gof.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/mattn/gof"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/mattn/gof/releases/download/$version/gof_windows_amd64.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/mattn/gof/releases/download/$version/gof_windows_386.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user