mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 22:31:21 +00:00
tea: Update to version 0.10.1, drop 32bit (Close #6960)
This commit is contained in:
parent
cd0f7a98e8
commit
a188650914
@ -1,18 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "0.9.2",
|
"version": "0.10.1",
|
||||||
"description": "Official command-line tool to interact with Gitea servers",
|
"description": "Official command-line tool to interact with Gitea servers",
|
||||||
"homepage": "https://gitea.com/gitea/tea",
|
"homepage": "https://gitea.com/gitea/tea",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dl.gitea.io/tea/0.9.2/tea-0.9.2-windows-amd64.exe#/tea.exe",
|
"url": "https://gitea.com/gitea/tea/releases/download/v0.10.1/tea-0.10.1-windows-amd64.exe.xz",
|
||||||
"hash": "7dbbf98468bc829d26d887058f41ea4505cfdf9c7bffaa6495aaa30b6fe866b1"
|
"hash": "629db62c343fcda355f602cce9cdf107426d0ee91b1935ab50ef834fa091f923"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://dl.gitea.io/tea/0.9.2/tea-0.9.2-windows-386.exe#/tea.exe",
|
|
||||||
"hash": "89555c73716414cb8674bbdcffe62151a02998b80bf1a54aac68112551af4707"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pre_install": "Rename-Item \"$dir\\tea-*.exe\" \"$dir\\tea.exe\"",
|
||||||
"bin": "tea.exe",
|
"bin": "tea.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://gitea.com/gitea/tea"
|
"github": "https://gitea.com/gitea/tea"
|
||||||
@ -20,10 +17,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dl.gitea.io/tea/$version/tea-$version-windows-amd64.exe#/tea.exe"
|
"url": "https://gitea.com/gitea/tea/releases/download/v$version/tea-$version-windows-amd64.exe.xz"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://dl.gitea.io/tea/$version/tea-$version-windows-386.exe#/tea.exe"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user