Skip to content

Commit

Permalink
AU: 2 updated - awscli waifu2x-extension-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Dec 3, 2024
1 parent 8234b8e commit 2d48204
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions awscli-v2/awscli-v2.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>2.22.7</version>
<version>2.22.8</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/awscli</packageSourceUrl>
<owners>chocolatey, LudicrousByte</owners>
<title>AWS Command Line Interface v2 (Install)</title>
Expand All @@ -29,7 +29,7 @@ The AWS CLI v2 offers several new [features](https://aws.amazon.com/blogs/develo
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/aws/aws-cli/blob/v2/CHANGELOG.rst#2227</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2228</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions awscli-v2/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.7.msi'
$checksum64 = 'cbe6a358173b5b47ee4373703d63be98b79da078e12b049ab161515a4b0eef26'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.22.8.msi'
$checksum64 = 'c2bd849bcf621835560441e9103484ce2a7f9d71a03847f38c5fd592a98b5f07'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
4 changes: 2 additions & 2 deletions waifu2x-extension-gui/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$url64 = 'https://github.com/AaronFeng753/Waifu2x-Extension-GUI/releases/download/v3.119.01/Waifu2x-Extension-GUI-v3.119.01-Win64.7z'
$checksum64 = '18f9893ed3f39411575bc3727a3c48b5b68f38615a0c701fe120b25289a14b8b'
$url64 = 'https://github.com/AaronFeng753/Waifu2x-Extension-GUI/releases/download/v3.120.01/Waifu2x-Extension-GUI-v3.120.01-Win64.7z'
$checksum64 = 'e5868f31704f1e8ac76af879b5ff15d52ec0abbf8525c09b4f93f2ed9dc2b0d0'


$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions waifu2x-extension-gui/waifu2x-extension-gui.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>waifu2x-extension-gui</id>
<version>3.119.01</version>
<version>3.120.01</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/waifu2x-extension-gui</packageSourceUrl>
<owners>jtcmedia</owners>
<title>Waifu2x-Extension-GUI</title>
Expand Down Expand Up @@ -71,7 +71,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/AaronFeng753/Waifu2x-Extension-GUI/releases/tag/v3.119.01</releaseNotes>
<releaseNotes>https://github.com/AaronFeng753/Waifu2x-Extension-GUI/releases/tag/v3.120.01</releaseNotes>
<dependencies>
<!--<dependency id="megatools" version="1.11.0" />-->
</dependencies>
Expand Down

0 comments on commit 2d48204

Please sign in to comment.