Skip to content

Commit bd4c3f1

Browse files
committed
Сhocolatey package v2.1.3
1 parent 3df2681 commit bd4c3f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package/Chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
$ErrorActionPreference = 'Stop';
22
$packageName= 'windowtextextractor'
33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4-
$url = 'https://github.com/AlexanderPro/WindowTextExtractor/releases/download/v2.0.0/WindowTextExtractor_v2.0.0.zip'
4+
$url = 'https://github.com/AlexanderPro/WindowTextExtractor/releases/download/v2.1.3/WindowTextExtractor_v2.1.3.zip'
55

66
$packageArgs = @{
77
packageName = $packageName
88
destination = $toolsDir
99
fileType = 'zip'
1010
url = $url
1111
softwareName = 'WindowTextExtractor*'
12-
checksum = '7aaf143cd68c2b5ff16df9a12de4a092209d52373202111f3a226e8ed860e2e4'
12+
checksum = '6734466b7de74eecc4b5ca6e6e53e1b81632d7d5073a8eb00dec4ebf1a49d68d'
1313
checksumType = 'sha256'
1414
}
1515

Package/Chocolatey/windowtextextractor.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2626
<!-- version should MATCH as closely as possible with the underlying software -->
2727
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2828
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
29-
<version>2.0.0</version>
29+
<version>2.1.3</version>
3030
<packageSourceUrl>https://github.com/AlexanderPro/WindowTextExtractor/tree/master/Package/Chocolatey</packageSourceUrl>
3131
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
3232
<owners>AlexanderPro</owners>

0 commit comments

Comments
 (0)