Skip to content

Commit

Permalink
AU: 1 updated - lightscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 20, 2021
1 parent 98e3645 commit 068d525
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/lightscreen/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/297d72fc4fc0e45b5943743a659bdccc79dbd985/icons/lightscreen.png" width="48" height="48"/> [Lightscreen](https://chocolatey.org/packages/lightscreen)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@297d72fc4fc0e45b5943743a659bdccc79dbd985/icons/lightscreen.png" width="48" height="48"/> [Lightscreen](https://chocolatey.org/packages/lightscreen)

Lightscreen is a simple tool to automate the tedious process of saving and cataloging screenshots, it operates as a hidden background process that is invoked with one (or multiple) hotkeys and then saves a screenshot file to disk according to the user's preferences.

Expand Down
4 changes: 2 additions & 2 deletions automatic/lightscreen/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/ckaiser/Lightscreen/releases/download/v2.4/LightscreenSetup-2.4.exe
x86: https://github.com/ckaiser/Lightscreen/releases/download/v2.5/LightscreenSetup-2.5.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: D39248F0B76C0F18C690B7B35D4218174D4FD36284AC8BCF0F1D1748F177A7C7
checksum32: 626479BFD6B160DF9BE29FF169937575E371B50D258C2AD51BF4DCBD8E8251AA

The included 'LICENSE.txt' file have been obtained from:
https://github.com/ckaiser/Lightscreen/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/lightscreen/lightscreen.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>lightscreen</id>
<version>2.4.0.20180605</version>
<version>2.5</version>
<authors>Christian Kaiser</authors>
<summary>The easy screenshot tool.</summary>
<description><![CDATA[Lightscreen is a simple tool to automate the tedious process of saving and cataloging screenshots, it operates as a hidden background process that is invoked with one (or multiple) hotkeys and then saves a screenshot file to disk according to the user's preferences.
Expand All @@ -20,8 +20,8 @@
<projectUrl>http://lightscreen.com.ar/</projectUrl>
<projectSourceUrl>https://github.com/ckaiser/Lightscreen</projectSourceUrl>
<licenseUrl>https://github.com/ckaiser/Lightscreen/blob/master/LICENSE</licenseUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/297d72fc4fc0e45b5943743a659bdccc79dbd985/icons/lightscreen.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@297d72fc4fc0e45b5943743a659bdccc79dbd985/icons/lightscreen.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/lightscreen</packageSourceUrl>
<releaseNotes>http://lightscreen.com.ar/whatsnew</releaseNotes>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/lightscreen/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Lightscreen*"
file = "$toolsDir\LightscreenSetup-2.4.exe"
file = "$toolsDir\LightscreenSetup-2.5.exe"
fileType = "exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LAUNCHAFTER=0"
}
Expand Down

0 comments on commit 068d525

Please sign in to comment.