28 lines
895 B
JSON

{
"version": "0.10.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.10.1/tea-0.10.1-windows-amd64.exe.xz",
"hash": "629db62c343fcda355f602cce9cdf107426d0ee91b1935ab50ef834fa091f923"
}
},
"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"
}
}
}