Skip to content

Commit

Permalink
AU: 5 updated - awscli handbrake handbrake.install handbrake.portable…
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Nov 17, 2023
1 parent 8b4036c commit 3fedf00
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion awscli/awscli.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>awscli</id>
<version>1.30.0</version>
<version>1.30.2</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/awscli</packageSourceUrl>
<owners>chocolatey, LudicrousByte, dtgm</owners>
<title>AWS Command Line Interface (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions awscli/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://s3.amazonaws.com/aws-cli/AWSCLI32PY3-1.30.0.msi'
$checksum = '3d50b390bdae6ece4ca50e38ff4ef929f386409c148c77ca3dceea4ce3658e9d'
$url64 = 'https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.30.0.msi'
$checksum64 = '97f8a710d38b7aeead0ea56cfd0883b56e2c4f2ceccfbcf563d5266abe1c0a0a'
$url = 'https://s3.amazonaws.com/aws-cli/AWSCLI32PY3-1.30.2.msi'
$checksum = '4490e188e1a3480b51eeb6dad6839fea18e76ce48855e602ca66b756eb950507'
$url64 = 'https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.30.2.msi'
$checksum64 = 'f4e914aa10b7d2f3475b0555074cf36e2b28ac902fbba5637b6739b27e289d9f'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
4 changes: 2 additions & 2 deletions handbrake-cli/handbrake-cli.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>handbrake-cli</id>
<version>1.6.1</version>
<version>1.7.0</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/handbrake-cli</packageSourceUrl>
<owners>jtcmedia</owners>
<title>HandBrake CLI Only Version</title>
Expand Down Expand Up @@ -43,7 +43,7 @@ Our [community rules](https://forum.handbrake.fr/app.php/rules) and [code of con
I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider [making a small donation](https://www.buymeacoffee.com/jtcmedia). Thank-you!
]]></description>
<releaseNotes>https://github.com/HandBrake/HandBrake/releases/tag/1.6.1</releaseNotes>
<releaseNotes>https://github.com/HandBrake/HandBrake/releases/tag/1.7.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
6 changes: 3 additions & 3 deletions handbrake-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ in verifying that this package's contents are trustworthy.

1. Download installer:

x64: https://github.com/HandBrake/HandBrake/releases/download/1.6.1/HandBrakeCLI-1.6.1-win-x86_64.zip
x64: https://github.com/HandBrake/HandBrake/releases/download/1.7.0/HandBrakeCLI-1.7.0-win-x86_64.zip


2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://github.com/HandBrake/HandBrake/releases/download/1.6.1/HandBrakeCLI-1.6.1-win-x86_64.zip
Get-RemoteChecksum https://github.com/HandBrake/HandBrake/releases/download/1.7.0/HandBrakeCLI-1.7.0-win-x86_64.zip

3. You can download the list of checksums from HandBrake:

SHASUMS: https://handbrake.fr/checksums.php

OR

checksum64: 556FC4E42BC024C04E90E02019F25F213C92AD876A9208C16032A124D00361F0
checksum64: 8406302B7B8DFE7AABA82CE277169EAEBFC6B86BAE02C65ACC94F899BFBFD56C
4 changes: 2 additions & 2 deletions handbrake.install/handbrake.install.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>handbrake.install</id>
<version>1.6.1</version>
<version>1.7.0</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/handbrake.install</packageSourceUrl>
<owners>jtcmedia</owners>
<title>HandBrake (Install)</title>
Expand Down Expand Up @@ -52,7 +52,7 @@ To have choco remember parameters on upgrade, be sure to set `choco feature enab
I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider [making a small donation](https://www.buymeacoffee.com/jtcmedia). Thank-you!
]]></description>
<releaseNotes>https://github.com/HandBrake/HandBrake/releases/tag/1.6.1</releaseNotes>
<releaseNotes>https://github.com/HandBrake/HandBrake/releases/tag/1.7.0</releaseNotes>
<dependencies>
<dependency id="dotnet-6.0-desktopruntime" version="6.0.4" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions handbrake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ in verifying that this package's contents are trustworthy.

1. Download installer:

x64: https://github.com/HandBrake/HandBrake/releases/download/1.6.1/HandBrake-1.6.1-x86_64-Win_GUI.exe
x64: https://github.com/HandBrake/HandBrake/releases/download/1.7.0/HandBrake-1.7.0-x86_64-Win_GUI.exe


2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 7B3AB4A232913174B365EB918D7978852A7A36FD38D20D4BB42AA184F113A130
checksum64: A60EC80C7475CAA726E6BDE2B7448B1D8B67DE8D2B08347D1D87ECE5032C970E

Using AU:

Get-RemoteChecksum https://github.com/HandBrake/HandBrake/releases/download/1.6.1/HandBrake-1.6.1-x86_64-Win_GUI.exe
Get-RemoteChecksum https://github.com/HandBrake/HandBrake/releases/download/1.7.0/HandBrake-1.7.0-x86_64-Win_GUI.exe
4 changes: 2 additions & 2 deletions handbrake.portable/handbrake.portable.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>handbrake.portable</id>
<version>1.6.1</version>
<version>1.7.0</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/handbrake.portable</packageSourceUrl>
<owners>jtcmedia</owners>
<title>HandBrake (Portable)</title>
Expand Down Expand Up @@ -43,7 +43,7 @@ Our [community rules](https://forum.handbrake.fr/app.php/rules) and [code of con
I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider [making a small donation](https://www.buymeacoffee.com/jtcmedia). Thank-you!
]]></description>
<releaseNotes>https://github.com/HandBrake/HandBrake/releases/tag/1.6.1</releaseNotes>
<releaseNotes>https://github.com/HandBrake/HandBrake/releases/tag/1.7.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
6 changes: 3 additions & 3 deletions handbrake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ in verifying that this package's contents are trustworthy.

1. Download installer:

x64: https://github.com/HandBrake/HandBrake/releases/download/1.6.1/HandBrake-1.6.1-x86_64-Win_GUI.zip
x64: https://github.com/HandBrake/HandBrake/releases/download/1.7.0/HandBrake-1.7.0-x86_64-Win_GUI.zip


2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://github.com/HandBrake/HandBrake/releases/download/1.6.1/HandBrake-1.6.1-x86_64-Win_GUI.zip
Get-RemoteChecksum https://github.com/HandBrake/HandBrake/releases/download/1.7.0/HandBrake-1.7.0-x86_64-Win_GUI.zip

3. You can download the list of checksums from HandBrake:

SHASUMS: https://handbrake.fr/checksums.php

OR

checksum64: 09268732D21CC47D5787B6BEF9A59F6C63A24529FEA482660E4AF82D1F9DE07E
checksum64: 7F3678F05384561777E06B6B14DB392B4589DEE1EC040E08B6CA2BD8517919EF
4 changes: 2 additions & 2 deletions handbrake/handbrake.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>handbrake</id>
<version>1.6.1</version>
<version>1.7.0</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/handbrake.install</packageSourceUrl>
<owners>LudicrousByte</owners>
<title>HandBrake</title>
Expand Down Expand Up @@ -52,7 +52,7 @@ Handbrake can process most common multimedia files and any DVD or BluRay sources
* [Roadmap](https://github.com/HandBrake/HandBrake/milestones)
</releaseNotes>
<dependencies>
<dependency id="handbrake.install" version="[1.6.1]" />
<dependency id="handbrake.install" version="[1.7.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 3fedf00

Please sign in to comment.