From 57841902e94012860eb27eeec28a85f996dd5d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 2 Feb 2020 06:04:11 +0100 Subject: [PATCH] broot: Update to version 0.12.2 (#771) #150 --- bucket/broot.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bucket/broot.json b/bucket/broot.json index e7e8c01622..06ab8bb36c 100644 --- a/bucket/broot.json +++ b/bucket/broot.json @@ -1,12 +1,13 @@ { "homepage": "https://dystroy.org/broot/", "description": "A new way to see and navigate directory trees", - "version": "0.11.8", + "version": "0.12.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Canop/broot/releases/download/v0.11.8/broot.exe", - "hash": "b14de662a691216b2485887ee1d4e99244904a1e39a5030687813dfd2aaca3bb" + "url": "https://github.com/Canop/broot/releases/download/v0.12.2/release.zip", + "hash": "214f62e5b19e9f79fcce25264350fe2c924cb91e1bf47309602a0c9f4e117e80", + "extract_dir": "build\\x86_64-pc-windows-gnu" } }, "bin": "broot.exe", @@ -16,7 +17,7 @@ "autoupdate": { "architecture": { "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" } } }