Skip to content

Commit

Permalink
AU: 2 updated - kitty screencloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 1, 2019
1 parent 312db97 commit 66297fa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.71.0.4</version>
<version>0.71.0.5</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/screencloud/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/1c7defed5af3d4f87905acc3d19cfa1903e78bc4/icons/screencloud.svg" width="48" height="48"/> [screencloud](https://chocolatey.org/packages/screencloud)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@1c7defed5af3d4f87905acc3d19cfa1903e78bc4/icons/screencloud.svg" width="48" height="48"/> [screencloud](https://chocolatey.org/packages/screencloud)

This is the source code for the ScreenCloud client. ScreenCloud is an easy to use screenshot sharing tool consisting of a cross-platform client and a sharing website: [http://screencloud.net/](http://screencloud.net/)

Expand Down
4 changes: 2 additions & 2 deletions automatic/screencloud/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ and can be verified like this:


1. Download the following installers:
x32: https://sourceforge.net/projects/screencloud/files/1.4.0/windows/ScreenCloud-1.4.0-x86.msi/download
x32: https://sourceforge.net/projects/screencloud/files/1.5.0/windows/ScreenCloud-1.5.0-x86.msi/download
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 0D40A9C4E03FAE36D07E2C5037BFAA07A011FDFB8176B7154D3EE0557F7AABD9
checksum32: B531385A3C48EA84B6750943AD3DCA16EF94C89F51BE87E386BF709B003A43B5

File 'LICENSE.txt' is obtained from <https://github.com/olav-st/screencloud/blob/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/screencloud/screencloud.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>screencloud</id>
<version>1.4.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/screencloud</packageSourceUrl>
<version>1.5.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/screencloud</packageSourceUrl>
<owners>chocolatey, p3lim</owners>
<title>screencloud (Install)</title>
<authors>Olav Sortland Thoresen</authors>
<projectUrl>https://screencloud.net/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/1c7defed5af3d4f87905acc3d19cfa1903e78bc4/icons/screencloud.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@1c7defed5af3d4f87905acc3d19cfa1903e78bc4/icons/screencloud.svg</iconUrl>
<copyright>Copyright © 1989, 1991 Free Software Foundation, Inc.</copyright>
<licenseUrl>https://github.com/olav-st/screencloud/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/screencloud/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName = 'ScreenCloud-1.4.0-x86.msi'
$fileName = 'ScreenCloud-1.5.0-x86.msi'

$packageArgs = @{
packageName = 'screencloud'
Expand Down

0 comments on commit 66297fa

Please sign in to comment.