Skip to content

Commit 7fef8a9

Browse files
committed
Update chocolatey files for v2.5.1.
1 parent ae6e3d6 commit 7fef8a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

chocolatey/boundingboxeditor.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>boundingboxeditor</id>
5-
<version>2.5.0</version>
5+
<version>2.5.1</version>
66
<owners>Markus Fleischhacker</owners>
77
<title>Bounding Box Editor</title>
88
<authors>Markus Fleischhacker</authors>
99
<projectUrl>https://github.com/mfl28/BoundingBoxEditor</projectUrl>
10-
<iconUrl>https://cdn.jsdelivr.net/gh/mfl28/[email protected].0/src/main/resources/icons/app_icon.png</iconUrl>
10+
<iconUrl>https://cdn.jsdelivr.net/gh/mfl28/[email protected].1/src/main/resources/icons/app_icon.png</iconUrl>
1111
<copyright>2023 Markus Fleischhacker</copyright>
1212
<licenseUrl>https://github.com/mfl28/BoundingBoxEditor/blob/master/LICENSE</licenseUrl>
1313
<projectSourceUrl>https://github.com/mfl28/BoundingBoxEditor</projectSourceUrl>
1414
<packageSourceUrl>https://github.com/mfl28/BoundingBoxEditor</packageSourceUrl>
1515
<summary>Graphical image annotation application</summary>
1616
<description>This is an image annotation desktop application that allows you to easily create and edit ground-truth labels for object detection and segmentation models.</description>
1717
<tags>boundingboxeditor 64-bit gui image annotation</tags>
18-
<releaseNotes>https://github.com/mfl28/BoundingBoxEditor/releases/tag/v2.5.0</releaseNotes>
18+
<releaseNotes>https://github.com/mfl28/BoundingBoxEditor/releases/tag/v2.5.1</releaseNotes>
1919
</metadata>
2020
<files>
2121
<file src="tools\**" target="tools" />

chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.5.0/boundingboxeditor-2.5.0.exe'
3+
$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.5.1/boundingboxeditor-2.5.1.exe'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
fileType = 'exe'
88
url64bit = $url64
99
softwareName = 'boundingboxeditor*'
10-
checksum64 = '909D8704A9CF0502073D6346CC940D2B852BFD36356B42A990DBD5A3E4ADA775'
10+
checksum64 = 'CF59E2E162D820BC29EBC720EABC01E9630B1B4FE6E22334DB27F8C4FA6FAD50'
1111
checksumType64= 'sha256'
1212
silentArgs = '/quiet'
1313
validExitCodes= @(0)

0 commit comments

Comments
 (0)