Skip to content

Commit

Permalink
AU: 2 updated - keeweb yumi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 4, 2020
1 parent 7b62a63 commit 4c2d82a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.16.0</version>
<version>1.16.1</version>
<authors>antelle</authors>
<owners>chocolatey-community,wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.0>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.1>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.0/KeeWeb-1.16.0.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.0/KeeWeb-1.16.0.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.1/KeeWeb-1.16.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.1/KeeWeb-1.16.1.win.x64.exe>
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: 71B24E9EEBAED7185363FE798F6C7C26BB97118D4665FA05B763A9262379B8C1
checksum64: 5127888D982E609D683F318738208BFB578532C2AD056E840E3917B69A9F410B
checksum32: 5DC1853F237C0C5ABADCD24AA7B4611BC89FE80E2739261545CD401E0D7DCFDB
checksum64: 4EF78045FEB8CA2BBA6453F7D44EB6E6FD74521AC2F9ADCF984F6B632604D077

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/62ea631269794ca6f91d6ad3dc3a5e2fb12f1b6a/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.16.0.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.0.win.x64.exe"
file = "$toolsPath\KeeWeb-1.16.1.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.1.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <http://www.pendrivelinux.com/yumi-multiboot-usb-creator/>
and can be verified by doing the following:

1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.8.0.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.8.1.exe>
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: 487B36104CD4C48C1EE8F2EBFBA9B684A345EA9100A8CC4B38A70C0C5E41757B
checksum: 52ADB3C648511DDB78499B169EDC9A937C71D6BD72B57AD9B4E06BFA0C14E701

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl.txt>
This license was linked to from the following page <https://www.pendrivelinux.com/disclaimer/>
2 changes: 1 addition & 1 deletion automatic/yumi/yumi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>yumi</id>
<version>2.0.8.0</version>
<version>2.0.8.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>YUMI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit 4c2d82a

Please sign in to comment.