From e30ad06f25c7c694d320b0e51967909d3c9429cf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 17 Nov 2021 15:00:44 +0000 Subject: [PATCH] git-sizer: Update to version 1.5.0 --- bucket/git-sizer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/git-sizer.json b/bucket/git-sizer.json index ece610008d..4f00d7fcc1 100644 --- a/bucket/git-sizer.json +++ b/bucket/git-sizer.json @@ -1,16 +1,16 @@ { - "version": "1.4.0", + "version": "1.5.0", "description": "Compute various size metrics for a Git repository, flagging those that might cause problems.", "homepage": "https://github.com/github/git-sizer", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/github/git-sizer/releases/download/v1.4.0/git-sizer-1.4.0-windows-amd64.zip", - "hash": "d37945ec6e253281adadcbbd358da00e0fbfb4a099700a2a58e320ec1c2edca4" + "url": "https://github.com/github/git-sizer/releases/download/v1.5.0/git-sizer-1.5.0-windows-amd64.zip", + "hash": "52093c1cba0bb8e00da14c9eef678eb052fc729c32419415817076f06b5c85d8" }, "32bit": { - "url": "https://github.com/github/git-sizer/releases/download/v1.4.0/git-sizer-1.4.0-windows-386.zip", - "hash": "3d72cf32d30b82c5c76e560c702c41e50cb03710451dc1764097c64cecf3ed22" + "url": "https://github.com/github/git-sizer/releases/download/v1.5.0/git-sizer-1.5.0-windows-386.zip", + "hash": "55930026eb444f8f852e03716525067bfc4a0329a9c778b026da150a8ed8abd8" } }, "bin": "git-sizer.exe",