Skip to content

Commit 9ec85e5

Browse files
committed
Сhocolatey package v1.16.0
1 parent 4ea428f commit 9ec85e5

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

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

Package/Chocolatey/windowtextextractor.nuspec

Lines changed: 5 additions & 5 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.15.0</version>
29+
<version>1.16.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>
@@ -41,12 +41,12 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
4141
<iconUrl>https://rawcdn.githack.com/AlexanderPro/chocolatey-packages/139a9955b6a7be267083d9d8835cb89bde61128d/windowtextextractor/icon.png</iconUrl>
4242
<!-- <copyright>Year Software Vendor</copyright> -->
4343
<!-- If there is a license Url available, it is is required for the community feed -->
44-
<!-- <licenseUrl>Software License Location __REMOVE_OR_FILL_OUT__</licenseUrl>
45-
<requireLicenseAcceptance>true</requireLicenseAcceptance>-->
44+
<licenseUrl>https://github.com/AlexanderPro/WindowTextExtractor/blob/master/LICENSE</licenseUrl>
45+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
4646
<!--<projectSourceUrl>Software Source Location - is the software FOSS somewhere? Link to it with this</projectSourceUrl>-->
47-
<!--<docsUrl>At what url are the software docs located?</docsUrl>-->
47+
<docsUrl>https://github.com/AlexanderPro/WindowTextExtractor</docsUrl>
4848
<!--<mailingListUrl></mailingListUrl>-->
49-
<!--<bugTrackerUrl></bugTrackerUrl>-->
49+
<bugTrackerUrl>https://github.com/AlexanderPro/WindowTextExtractor/issues</bugTrackerUrl>
5050
<tags>viewer text extract password window asterisk asterix spy password-cracker password-recovery OCR screenshot capture</tags>
5151
<summary>WindowTextExtractor allows you to get a text, password, screenshot from any window of an operating system</summary>
5252
<description>WindowTextExtractor allows you to get a text from any window of an operating system including microsoft office programs, console windows, password textboxes, etc. It can recover passwords stored behind asterisks (*****) from most of the windows apps. It also shows a detailed window and its process information and allows you to take a window screenshot.

0 commit comments

Comments
 (0)