diff --git a/bucket/dirx.json b/bucket/dirx.json new file mode 100644 index 0000000000000..9094ec1322b37 --- /dev/null +++ b/bucket/dirx.json @@ -0,0 +1,23 @@ +{ + "version": "0.30", + "description": "DIR eXtended for Windows", + "homepage": "https://github.com/chrisant996/dirx", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/chrisant996/dirx/releases/download/v0.30/dirx-v0.30.zip", + "hash": "84dfe52c57f56050b955248d1a2f36c459843f75bee27b44bca93d8933b8fa27" + } + }, + "bin": "dirx.exe", + "checkver": { + "github": "https://github.com/chrisant996/dirx" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/chrisant996/dirx/releases/download/v$version/dirx-v$version.zip" + } + } + } +}