From 1c637b03b1709a6488cb8579bf3978723fac9e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 10 Jun 2021 22:19:50 -0700 Subject: [PATCH] peco: Update to version 0.5.10 --- bucket/peco.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/bucket/peco.json b/bucket/peco.json index 724080f88a..045622b5b5 100644 --- a/bucket/peco.json +++ b/bucket/peco.json @@ -1,18 +1,13 @@ { - "version": "0.5.8", + "version": "0.5.10", "description": "Simplistic interactive filtering tool", "homepage": "https://github.com/peco/peco/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/peco/peco/releases/download/v0.5.8/peco_windows_amd64.zip", - "hash": "2c574fda20ceb229df82276fb3445977b30a8a902fc21c5549d0bd43f0b255d5", + "url": "https://github.com/peco/peco/releases/download/v0.5.10/peco_windows_amd64.zip", + "hash": "6f709103ad1eedc20c0fb7c3c3cafce28e6da76e48262ce6bf4b3d26cda9add2", "extract_dir": "peco_windows_amd64" - }, - "32bit": { - "url": "https://github.com/peco/peco/releases/download/v0.5.8/peco_windows_386.zip", - "hash": "4a1c7b8ba3d5a4093fbe257949eceaa651d360a9db2e5d3ef3b1a4ab22bb4324", - "extract_dir": "peco_windows_386" } }, "bin": "peco.exe", @@ -21,9 +16,6 @@ "architecture": { "64bit": { "url": "https://github.com/peco/peco/releases/download/v$version/peco_windows_amd64.zip" - }, - "32bit": { - "url": "https://github.com/peco/peco/releases/download/v$version/peco_windows_386.zip" } } }