From 4ab47e5d61584e60938b883522e99b50c3aca4f8 Mon Sep 17 00:00:00 2001 From: Markus Fleischhacker Date: Sat, 15 Mar 2025 10:17:18 +0100 Subject: [PATCH] Update chocolatey files for v2.8.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 112af1f..8311bf4 100644 --- a/chocolatey/boundingboxeditor.nuspec +++ b/chocolatey/boundingboxeditor.nuspec @@ -2,12 +2,12 @@ boundingboxeditor - 2.7.0 + 2.8.0 Markus Fleischhacker Bounding Box Editor Markus Fleischhacker https://github.com/mfl28/BoundingBoxEditor - https://cdn.jsdelivr.net/gh/mfl28/BoundingBoxEditor@2.7.0/src/main/resources/icons/app_icon.png + https://cdn.jsdelivr.net/gh/mfl28/BoundingBoxEditor@2.8.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.7.0 + https://github.com/mfl28/BoundingBoxEditor/releases/tag/v2.8.0 diff --git a/chocolatey/tools/chocolateyinstall.ps1 b/chocolatey/tools/chocolateyinstall.ps1 index 496a0f9..f29ba1b 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.7.0/boundingboxeditor-2.7.0.exe' +$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.8.0/boundingboxeditor-2.8.0.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' url64bit = $url64 softwareName = 'boundingboxeditor*' - checksum64 = '49E55C916538CE41CF81355A8E3DF32CC5276697FDF18556B4B0ED6527017F4D' + checksum64 = '93589ADC4DAC0BD436C9C64BA82A73FF87FFB9042C14BFCDDF4C3E3391113DCB' checksumType64= 'sha256' silentArgs = '/quiet' validExitCodes= @(0)