Skip to content

Commit

Permalink
AU: 3 updated - calibre Wget yumi-uefi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 31, 2019
1 parent 1b2e799 commit ce9e4ee
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.42.0</version>
<version>3.44.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.42.0/calibre-3.42.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.42.0/calibre-64bit-3.42.0.msi>
32-Bit software: <https://download.calibre-ebook.com/3.44.0/calibre-3.44.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.44.0/calibre-64bit-3.44.0.msi>
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
checksum32: 65157D78BBFBD2CA56485A219552F01C10384C86F096438EA40EA0E0EC2FD3AD
checksum64: E014242BC20E13AB9E9F8B89055C0E8C6E433ABB6886DFF4FDCAB5977884A0A3
checksum32: 9AC60C722008FE418A8627C902C1F45E62EB628900EB3408EE895B1348E32599
checksum64: C8F30049AC31B6391662DF3F95D4A7A1064ABF77A1EF0F57AC5A8CDFE15A96F0

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/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 = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.42.0.msi"
file64 = "$toolsPath\calibre-64bit-3.42.0.msi"
file = "$toolsPath\calibre-3.44.0.msi"
file64 = "$toolsPath\calibre-64bit-3.44.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wget/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@46ec3b4a65a31782b27c114c92155810d2f781a0/icons/wget.png" width="48" height="48"/> [wget](https://chocolatey.org/packages/wget)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@46ec3b4a65a31782b27c114c92155810d2f781a0/icons/wget.png" width="48" height="48"/> [wget](https://chocolatey.org/packages/wget)

GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.

Expand Down
4 changes: 2 additions & 2 deletions automatic/wget/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ in verifying that this package's contents are trustworthy.
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 4AC00C798D9EF6A394A0442607E0961DE75BC6ABF8FA36DBDEA381EB0E93A0AB
checksum64: C0D150FCF41D4646410C6D5A9EF3831A0B27209BE533FB4033F62D1DAA348CE9
checksum32: 021F547BACA74FCA939D50951CE967502D160A7502F02FAB706F9293E1475FB8
checksum64: 7EF40A647A153ACCBFB8CD79B3D9E3BF8AC1BAB95B704176E3172589285A13DE

Using AU:
Get-RemoteChecksum https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip
12 changes: 4 additions & 8 deletions automatic/wget/wget.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>Wget</id>
<version>1.20.3</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/wget</packageSourceUrl>
<version>1.20.3.20190531</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wget</packageSourceUrl>
<owners>chocolatey, LudicrousByte</owners>
<title>GNU Wget</title>
<authors>Giuseppe Scrivano,Hrvoje Nikšić,Jernej Simončič</authors>
<projectUrl>https://www.gnu.org/software/wget/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@46ec3b4a65a31782b27c114c92155810d2f781a0/icons/wget.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@46ec3b4a65a31782b27c114c92155810d2f781a0/icons/wget.png</iconUrl>
<copyright>Copyright © 2010 Free Software Foundation, Inc.</copyright>
<licenseUrl>https://www.gnu.org/copyleft/gpl.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -18,9 +18,7 @@
<bugTrackerUrl>http://lists.gnu.org/mailman/listinfo/bug-wget</bugTrackerUrl>
<tags>wget download http https ftp cli foss cross-platform</tags>
<summary>A command-line utility for retrieving files using HTTP, HTTPS and FTP protocols.</summary>
<description><![CDATA[
GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.
<description><![CDATA[GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.
## Features
Expand All @@ -37,8 +35,6 @@ GNU Wget has many features to make retrieving large files or mirroring entire we
* Unattended / background operation
* Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring
* GNU Wget is distributed under the GNU General Public License.
]]></description>
<releaseNotes>
* [News](http://wget.addictivecode.org/)
Expand Down
4 changes: 2 additions & 2 deletions automatic/yumi-uefi/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-UEFI-0.0.1.5.exe>
1. Download the following <http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.1.6.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: 803BAD309F35EF18B9632490BF4BC0087045B7B197C2FA88649B1B0CF5DF5A77
checksum: 2E1A0995AC58EF2E5E0309648748544F5C18EC171955BA7FDCA56034355D1B46

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-uefi/yumi-uefi.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-uefi</id>
<version>0.0.1.5</version>
<version>0.0.1.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yumi-uefi</packageSourceUrl>
<owners>chocolatey</owners>
<title>YUMI UEFI (Your Universal Multiboot Installer)</title>
Expand Down

0 comments on commit ce9e4ee

Please sign in to comment.