mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
28 lines
895 B
JSON
28 lines
895 B
JSON
{
|
|
"version": "0.11.1",
|
|
"description": "Official command-line tool to interact with Gitea servers",
|
|
"homepage": "https://gitea.com/gitea/tea",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitea.com/gitea/tea/releases/download/v0.11.1/tea-0.11.1-windows-amd64.exe.xz",
|
|
"hash": "d91fb10c5fcb6eab45d79f140f1a0aa36dccb678e5171fe8a51f9bfb4a05065d"
|
|
}
|
|
},
|
|
"pre_install": "Get-Item \"$dir\\tea-*.exe\" | Rename-Item -NewName \"$dir\\tea.exe\"",
|
|
"bin": "tea.exe",
|
|
"checkver": {
|
|
"github": "https://gitea.com/gitea/tea"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitea.com/gitea/tea/releases/download/v$version/tea-$version-windows-amd64.exe.xz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|