broot: Update to version 0.13.6 (#989)

#150
This commit is contained in:
Jakub Čábera 2020-04-17 10:56:42 +02:00 committed by GitHub
parent 6355c6ac15
commit 7f861f4dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"homepage": "https://dystroy.org/broot/", "version": "0.13.6",
"description": "A new way to see and navigate directory trees", "description": "A new way to see and navigate directory trees",
"version": "0.13.4", "homepage": "https://dystroy.org/broot/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Canop/broot/releases/download/v0.13.4/release.zip", "url": "https://github.com/Canop/broot/releases/download/v0.13.6/broot_0.13.6.zip",
"hash": "a54ba590e26d8c16b18c4dcb13656a3d65fd1a94253cab6bbb851ee0b08d482f", "hash": "a6904781ed147ea9aae3a5eb11ffdad540a76b2e9bcf1835e48a9b8f81faf842",
"extract_dir": "build\\x86_64-pc-windows-gnu" "extract_dir": "build\\x86_64-pc-windows-gnu"
} }
}, },
@ -17,7 +17,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Canop/broot/releases/download/v$version/release.zip" "url": "https://github.com/Canop/broot/releases/download/v$version/broot_$version.zip"
} }
} }
} }