Skip to content

Commit

Permalink
AU: 1 updated - ketarin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 18, 2018
1 parent e101ae9 commit 5d4a7a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/ketarin/Readme.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/2963b7e22c35b0dfb637bb1d65ab74eb298bc66c/icons/ketarin.png" height="48" width="48" /> ketarin](https://chocolatey.org/packages/ketarin)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@2963b7e22c35b0dfb637bb1d65ab74eb298bc66c/icons/ketarin.png" height="48" width="48" /> ketarin](https://chocolatey.org/packages/ketarin)

Ketarin is a small application which automatically updates setup packages. As opposed to other tools, Ketarin is not meant to keep your system up-to-date, but rather to maintain a compilation of all important setup packages which can then be burned to disc or put on a USB stick.

Expand Down
4 changes: 2 additions & 2 deletions automatic/ketarin/ketarin.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ketarin</id>
<version>1.8.9</version>
<version>1.8.10</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/ketarin</packageSourceUrl>
<owners>chocolatey, Canneverbe Limited</owners>
<title>Ketarin</title>
<authors>Canneverbe Limited</authors>
<projectUrl>https://ketarin.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/2963b7e22c35b0dfb637bb1d65ab74eb298bc66c/icons/ketarin.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@2963b7e22c35b0dfb637bb1d65ab74eb298bc66c/icons/ketarin.png</iconUrl>
<copyright>©2008 - 2017 Canneverbe Limited (Impressum)</copyright>
<licenseUrl>https://www.gnu.org/licenses/gpl-2.0.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ketarin/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <>
and can be verified by doing the following:

1. Download the following <https://ketarin.org/downloads/Ketarin/Ketarin-1.8.9.zip>
1. Download the following <https://ketarin.org/downloads/Ketarin/Ketarin-1.8.10.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: E28FECFE636D371A59C9F12FB09CA797571F573A225054108BCFD15E84335EE5
checksum: 4146B3BDE6FBE977A7F4DB2AC4F4C9B56207F0BB8C48BA478B56BFA61F392B47

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-2.0.txt>
2 changes: 1 addition & 1 deletion automatic/ketarin/tools/chocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\Ketarin-1.8.9.zip"
file = "$toolsPath\Ketarin-1.8.10.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit 5d4a7a0

Please sign in to comment.