broot: Update to version 0.12.2 (#771)

#150
This commit is contained in:
Jakub Čábera 2020-02-02 06:04:11 +01:00 committed by GitHub
parent 54b39756b0
commit 57841902e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,13 @@
{ {
"homepage": "https://dystroy.org/broot/", "homepage": "https://dystroy.org/broot/",
"description": "A new way to see and navigate directory trees", "description": "A new way to see and navigate directory trees",
"version": "0.11.8", "version": "0.12.2",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Canop/broot/releases/download/v0.11.8/broot.exe", "url": "https://github.com/Canop/broot/releases/download/v0.12.2/release.zip",
"hash": "b14de662a691216b2485887ee1d4e99244904a1e39a5030687813dfd2aaca3bb" "hash": "214f62e5b19e9f79fcce25264350fe2c924cb91e1bf47309602a0c9f4e117e80",
"extract_dir": "build\\x86_64-pc-windows-gnu"
} }
}, },
"bin": "broot.exe", "bin": "broot.exe",
@ -16,7 +17,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Canop/broot/releases/download/v$version/broot.exe" "url": "https://github.com/Canop/broot/releases/download/v$version/release.zip"
} }
} }
} }