mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "0.7.1",
|
|
"description": "Official command-line tool to interact with Gitea servers",
|
|
"homepage": "https://gitea.com/gitea/tea",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.gitea.io/tea/0.7.1/tea-0.7.1-windows-amd64.exe#/tea.exe",
|
|
"hash": "a0848f7747626289bd0a533f3414d7bedb412f843f5e57a20f1f6536da2a1eb4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.gitea.io/tea/0.7.1/tea-0.7.1-windows-386.exe#/tea.exe",
|
|
"hash": "da2d26a04107e9a629837d410032dbf1b89dd89d449305a1ff6856e72388d9bd"
|
|
}
|
|
},
|
|
"bin": "tea.exe",
|
|
"checkver": {
|
|
"github": "https://gitea.com/gitea/tea"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.gitea.io/tea/$version/tea-$version-windows-amd64.exe#/tea.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.gitea.io/tea/$version/tea-$version-windows-386.exe#/tea.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|