Skip to content

Commit 405f5f2

Browse files
committed
Update chocolatey files.
1 parent 237ab4e commit 405f5f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.2.0</version>
5+
<version>2.3.0</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/BoundingBoxEditor@2.2.0/src/main/resources/icons/app_icon.png</iconUrl>
10+
<iconUrl>https://cdn.jsdelivr.net/gh/mfl28/BoundingBoxEditor@2.3.0/src/main/resources/icons/app_icon.png</iconUrl>
1111
<copyright>2020 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.2.0</releaseNotes>
18+
<releaseNotes>https://github.com/mfl28/BoundingBoxEditor/releases/tag/v2.3.0</releaseNotes>
1919
</metadata>
2020
<files>
2121
<file src="tools\**" target="tools" />
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.2.0/boundingboxeditor-2.2.0.exe'
3+
$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.3.0/boundingboxeditor-2.3.0.exe'
44

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

16-
Install-ChocolateyPackage @packageArgs
16+
Install-ChocolateyPackage @packageArgs

0 commit comments

Comments
 (0)