mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
ect: Update to version 0.9 (#3636)
This commit is contained in:
parent
ef1f2ca993
commit
e15b0b52df
@ -1,21 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.3",
|
"version": "0.9",
|
||||||
"description": "Fast and effective C++ file optimizer.",
|
"description": "Fast and effective C++ file optimizer.",
|
||||||
"homepage": "https://github.com/fhanau/Efficient-Compression-Tool",
|
"homepage": "https://github.com/fhanau/Efficient-Compression-Tool",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/fhanau/Efficient-Compression-Tool/releases/download/v0.8.3/ect-0.8.3-Win64.exe.zip",
|
"url": "https://github.com/fhanau/Efficient-Compression-Tool/releases/download/v0.9/ect-0.9-win64.zip",
|
||||||
"hash": "EE310F0EDE7BF281859694C6472C970580610819FBF06A17CCA244668548C07D"
|
"hash": "d88af074ff14515bf047feb4040ef62886d51eec528f007035bcd56748361569"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ect.exe",
|
"bin": "ect.exe",
|
||||||
"pre_install": "Rename-Item \"$dir\\ect-$version.exe\" \"$dir\\ect.exe\"",
|
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/fhanau/Efficient-Compression-Tool/releases/download/v$version/ect-$version-Win64.exe.zip"
|
"url": "https://github.com/fhanau/Efficient-Compression-Tool/releases/download/v$version/ect-$version-win64.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user