erdtree: Update to version 2.0.0 (#4733)

This commit is contained in:
fawn 2023-04-27 07:12:21 +02:00 committed by GitHub
parent f8dd312867
commit 418ef91a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,20 @@
{
"version": "1.8.1",
"version": "2.0.0",
"description": "A multi-threaded file-tree visualizer and disk usage analyzer.",
"homepage": "https://github.com/solidiquis/erdtree",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/solidiquis/erdtree/releases/download/v1.8.1/et-v1.8.1-x86_64-pc-windows-msvc.exe#/et.exe",
"hash": "fa3476c45f3943cf69870395d267ae4f193e8356ffae146320f862a7ce48afea"
"url": "https://github.com/solidiquis/erdtree/releases/download/v2.0.0/erd-v2.0.0-x86_64-pc-windows-msvc.exe#/erd.exe",
"hash": "70e5dda5836a020c0778bcbf1c8005d53e4cca9a5a93916b5eefce5ddd51f70a"
}
},
"bin": "et.exe",
"bin": "erd.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/solidiquis/erdtree/releases/download/v$version/et-v$version-x86_64-pc-windows-msvc.exe#/et.exe"
"url": "https://github.com/solidiquis/erdtree/releases/download/v$version/erd-v$version-x86_64-pc-windows-msvc.exe#/erd.exe"
}
}
}