From 122ccc31e89e6144576c45fab157b18efdd6c790 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 16:30:01 +0000 Subject: [PATCH] git-xargs: Update to version 0.1.2 --- 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 17035743dd..5fbaf46a49 100644 --- a/bucket/git-xargs.json +++ b/bucket/git-xargs.json @@ -1,16 +1,16 @@ { - "version": "0.1.1", + "version": "0.1.2", "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.1/git-xargs_windows_amd64.exe#/git-xargs.exe", - "hash": "bc401c41782109464a069111e96eef5dfef40e1ef5a5714647605002705c89f7" + "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.2/git-xargs_windows_amd64.exe#/git-xargs.exe", + "hash": "1fced8988c958890c89aafd11f9ee37119c4c1ed969ef342bcabb2d6039f3809" }, "32bit": { - "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.1/git-xargs_windows_386.exe#/git-xargs.exe", - "hash": "45c97ecb4ecfc950b832e16f6aff74b3146dbf5c3f17f2bfcc1fbdd704af3d0e" + "url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.2/git-xargs_windows_386.exe#/git-xargs.exe", + "hash": "cbd4aa41067c470fcb28bbad7f4283901aeca9b767fb5b881d95ace7b1948f70" } }, "bin": "git-xargs.exe",