mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
ect: Add version 0.8.3 (#2796)
* Create ect.json * Update ect.json * fix issues * Update ect.json
This commit is contained in:
parent
b8fab91496
commit
67daf31522
22
bucket/ect.json
Normal file
22
bucket/ect.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"version": "0.8.3",
|
||||||
|
"description": "Fast and effective C++ file optimizer.",
|
||||||
|
"homepage": "https://github.com/fhanau/Efficient-Compression-Tool",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/fhanau/Efficient-Compression-Tool/releases/download/v0.8.3/ect-0.8.3-Win64.exe.zip",
|
||||||
|
"hash": "EE310F0EDE7BF281859694C6472C970580610819FBF06A17CCA244668548C07D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "ect.exe",
|
||||||
|
"pre_install": "Rename-Item \"$dir\\ect-$version.exe\" \"$dir\\ect.exe\"",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/fhanau/Efficient-Compression-Tool/releases/download/v$version/ect-$version-Win64.exe.zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user