Skip to content

Commit 8a7c019

Browse files
committed
Сhocolatey package v2.0.0
1 parent 29fa409 commit 8a7c019

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/v1.16.0/WindowTextExtractor_v1.16.0.zip'
4+
$url = 'https://github.com/AlexanderPro/WindowTextExtractor/releases/download/v2.0.0/WindowTextExtractor_v2.0.0.zip'
55

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

Package/Chocolatey/windowtextextractor.nuspec

Lines changed: 2 additions & 2 deletions
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>1.16.0</version>
29+
<version>2.0.0</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>
@@ -43,7 +43,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
4343
<!-- If there is a license Url available, it is is required for the community feed -->
4444
<licenseUrl>https://github.com/AlexanderPro/WindowTextExtractor/blob/master/LICENSE</licenseUrl>
4545
<requireLicenseAcceptance>true</requireLicenseAcceptance>
46-
<!--<projectSourceUrl>Software Source Location - is the software FOSS somewhere? Link to it with this</projectSourceUrl>-->
46+
<projectSourceUrl>https://github.com/AlexanderPro/WindowTextExtractor</projectSourceUrl>
4747
<docsUrl>https://github.com/AlexanderPro/WindowTextExtractor</docsUrl>
4848
<!--<mailingListUrl></mailingListUrl>-->
4949
<bugTrackerUrl>https://github.com/AlexanderPro/WindowTextExtractor/issues</bugTrackerUrl>

0 commit comments

Comments
 (0)