erdtree: Add version 1.4.1 (#4560)

* erdtree: Add version 1.4.1

* Update bucket/erdtree.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
fawn 2023-03-17 05:42:27 +00:00 committed by GitHub
parent 8750ac4c77
commit 72148652a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/erdtree.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.4.1",
"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.4.1/et-v1.4.1-x86_64-pc-windows-msvc.exe#/et.exe",
"hash": "fd7f7d3174453fed8c9d3a5da9daef1999e719971b16ee6598ee41f4a2ff5a25"
}
},
"bin": "et.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"
}
}
}
}