From 9f65d96a74ebb3a6cb4eb5d065b2a574eeb5507d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:25:25 +0000 Subject: [PATCH] git-xargs: Update to version 0.1.9 --- bucket/git-xargs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/git-xargs.json b/bucket/git-xargs.json index c6d19612f7..a2ea2b9416 100644 --- a/bucket/git-xargs.json +++ b/bucket/git-xargs.json @@ -1,16 +1,16 @@ { - "version": "0.1.6", + "version": "0.1.9", "description": "A CLI tool for making updates across multiple Github repositories with a single command", "homepage": "https://github.com/gruntwork-io/git-xargs", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.6/git-xargs_windows_amd64.exe#/git-xargs.exe", - "hash": "616576b02b69a8989ab0a8f43859f8128d60f7209c1825816d0e758b616f17dd" + "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.9/git-xargs_windows_amd64.exe#/git-xargs.exe", + "hash": "9950e1eb5df958def91fd89aa3bf8ce2bc4f1d921e4591b7efd81e8882f743e0" }, "32bit": { - "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.6/git-xargs_windows_386.exe#/git-xargs.exe", - "hash": "d8484cef34a45cb4375b7eec4e2b482f2e76aaa68f39fc4b41674517b8406b0a" + "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.9/git-xargs_windows_386.exe#/git-xargs.exe", + "hash": "99096a973d3a6b1ec009a3bc30a6ae0b33322dd0cab50f32c08aeb878fef6a94" } }, "bin": "git-xargs.exe",