Skip to content

Commit

Permalink
AU: 2 updated - awscli dxwnd
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcmedia committed Oct 7, 2023
1 parent bcd5ddf commit 2ebc384
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.13.24</version>
<version>2.13.25</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#21324</releaseNotes>
<releaseNotes>https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21325</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.13.24.msi'
$checksum64 = '8b42487532ff21ae7e1e83ceae53a908f2c7fe9813d60ae99f85408501184fe7'
$url64 = 'https://awscli.amazonaws.com/AWSCLIV2-2.13.25.msi'
$checksum64 = '7f8034b6871865a79dcf1e66e2027ad37ef67da735fd5bde6887b11001cd431b'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion dxwnd/dxwnd.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>dxwnd</id>
<version>2.05.98</version>
<version>2.05.99</version>
<packageSourceUrl>https://github.com/jtcmedia/chocolatey-packages/tree/master/dxwnd</packageSourceUrl>
<owners>jtcmedia</owners>
<title>DxWnd</title>
Expand Down
4 changes: 2 additions & 2 deletions dxwnd/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
$url32 = 'https://sourceforge.net/projects/dxwnd/files/Latest%20build/v2_05_98_build.rar/download'
$checksum32 = '3d7179cb448671624c1e98f688db6fa1bdc0b9180f8f43f78e0265189a8a6ca8'
$url32 = 'https://sourceforge.net/projects/dxwnd/files/Latest%20build/v2_05_99_build.rar/download'
$checksum32 = '2777c1810b6944c5b9863ac89be44afb75c218e726bd6450b9de161b4f633b82'

$unzipLocation = New-Item -Path $(Get-ToolsLocation) -Name "DxWnd" -ItemType "directory" -ErrorAction SilentlyContinue -Force

Expand Down

0 comments on commit 2ebc384

Please sign in to comment.