From b1d9ee99811645e01a17b94ad387d1ffd62c6f62 Mon Sep 17 00:00:00 2001 From: dodorz Date: Mon, 16 Mar 2020 16:47:58 +0800 Subject: [PATCH] ripgrep@12.0.0: Fix extraction (#893) --- bucket/ripgrep.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index a0a55070ea..63236b99ab 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -6,11 +6,13 @@ "architecture": { "64bit": { "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-x86_64-pc-windows-msvc.zip", - "hash": "4909fd1624a17eb4918334821bfb73ce52bd7448ad5e0e6f6a17605031f6c5d5" + "hash": "4909fd1624a17eb4918334821bfb73ce52bd7448ad5e0e6f6a17605031f6c5d5", + "extract_dir": "ripgrep-12.0.0-x86_64-pc-windows-msvc" }, "32bit": { "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-i686-pc-windows-msvc.zip", - "hash": "adca09b661ea76b8cf51c8ebd4adf6bd831303a41fcc7dc9320fb405b69f025b" + "hash": "adca09b661ea76b8cf51c8ebd4adf6bd831303a41fcc7dc9320fb405b69f025b", + "extract_dir": "ripgrep-12.0.0-i686-pc-windows-msvc" } }, "bin": "rg.exe", @@ -18,10 +20,12 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-x86_64-pc-windows-msvc.zip", + "extract_dir": "ripgrep-$version-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip", + "extract_dir": "ripgrep-$version-i686-pc-windows-msvc" } } },