From bb95ce68ed78c672d7b435930bdca1ed336a8d4f Mon Sep 17 00:00:00 2001 From: Markus Fleischhacker Date: Sun, 30 Jul 2023 11:11:44 +0200 Subject: [PATCH] Update chocolatey for v2.6.0. --- chocolatey/boundingboxeditor.nuspec | 6 +++--- chocolatey/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chocolatey/boundingboxeditor.nuspec b/chocolatey/boundingboxeditor.nuspec index 6ed045e..fdcf19a 100644 --- a/chocolatey/boundingboxeditor.nuspec +++ b/chocolatey/boundingboxeditor.nuspec @@ -2,12 +2,12 @@ boundingboxeditor - 2.5.1 + 2.6.0 Markus Fleischhacker Bounding Box Editor Markus Fleischhacker https://github.com/mfl28/BoundingBoxEditor - https://cdn.jsdelivr.net/gh/mfl28/BoundingBoxEditor@2.5.1/src/main/resources/icons/app_icon.png + https://cdn.jsdelivr.net/gh/mfl28/BoundingBoxEditor@2.6.0/src/main/resources/icons/app_icon.png 2023 Markus Fleischhacker https://github.com/mfl28/BoundingBoxEditor/blob/master/LICENSE https://github.com/mfl28/BoundingBoxEditor @@ -15,7 +15,7 @@ Graphical image annotation application This is an image annotation desktop application that allows you to easily create and edit ground-truth labels for object detection and segmentation models. boundingboxeditor 64-bit gui image annotation - https://github.com/mfl28/BoundingBoxEditor/releases/tag/v2.5.1 + https://github.com/mfl28/BoundingBoxEditor/releases/tag/v2.6.0 diff --git a/chocolatey/tools/chocolateyinstall.ps1 b/chocolatey/tools/chocolateyinstall.ps1 index 76c000a..19bd74f 100644 --- a/chocolatey/tools/chocolateyinstall.ps1 +++ b/chocolatey/tools/chocolateyinstall.ps1 @@ -1,13 +1,13 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.5.1/boundingboxeditor-2.5.1.exe' +$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.6.0/boundingboxeditor-2.6.0.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' url64bit = $url64 softwareName = 'boundingboxeditor*' - checksum64 = 'CF59E2E162D820BC29EBC720EABC01E9630B1B4FE6E22334DB27F8C4FA6FAD50' + checksum64 = '0BAD53E65902B1A7C73565D90DE34B2AE3611353846C7063A17091256D2D4D6B' checksumType64= 'sha256' silentArgs = '/quiet' validExitCodes= @(0)