mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "0.9.2",
|
|
"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.9.2/tea-0.9.2-windows-amd64.exe#/tea.exe",
|
|
"hash": "7dbbf98468bc829d26d887058f41ea4505cfdf9c7bffaa6495aaa30b6fe866b1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.gitea.io/tea/0.9.2/tea-0.9.2-windows-386.exe#/tea.exe",
|
|
"hash": "89555c73716414cb8674bbdcffe62151a02998b80bf1a54aac68112551af4707"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|