Skip to content

Commit

Permalink
AU: 4 updated - ab-download-manager ab-download-manager.portable xypl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurocosh committed Jan 20, 2025
1 parent a3e8530 commit 1b4e387
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ab-download-manager.portable</id>
<version>1.5.1</version>
<version>1.5.2</version>
<packageSourceUrl>https://github.com/Aurocosh/chocolatey-packages/tree/master/automatic/ab-download-manager.portable</packageSourceUrl>
<owners>Aurocosh</owners>
<title>AB Download Manager (Portable)</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $packagePath
softwareName = 'ABDownloadManager*'
url64bit = 'https://github.com/amir1376/ab-download-manager/releases/download/v1.5.1/ABDownloadManager_1.5.1_windows_x64.zip'
checksum64 = '83f375e4992373747d4c5c230154ca028d56f9bc601aaa31fe7b77971417eeac'
url64bit = 'https://github.com/amir1376/ab-download-manager/releases/download/v1.5.2/ABDownloadManager_1.5.2_windows_x64.zip'
checksum64 = 'de655045d8c5f85825f6648df8eac6f209ad28710d4b4d7bd780b3e78f74683e'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/ab-download-manager/ab-download-manager.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ab-download-manager</id>
<version>1.5.1</version>
<version>1.5.2</version>
<packageSourceUrl>https://github.com/Aurocosh/chocolatey-packages/tree/master/automatic/ab-download-manager</packageSourceUrl>
<owners>Aurocosh</owners>
<title>AB Download Manager (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ab-download-manager/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
softwareName = 'AB Download Manager*'
url64bit = 'https://github.com/amir1376/ab-download-manager/releases/download/v1.5.1/ABDownloadManager_1.5.1_windows_x64.exe'
checksum64 = 'e295deb51878a151eaf69b5b8c46c6cf444a1e0a5e03a5d3ea8f8f9247a7def6'
url64bit = 'https://github.com/amir1376/ab-download-manager/releases/download/v1.5.2/ABDownloadManager_1.5.2_windows_x64.exe'
checksum64 = '47029caadc472890f3e5db17e295a9e19aa9baafde4934942fcca9ecb2749407'
checksumType64 = 'sha256'
validExitCodes = @(0, 3010, 1641)
silentArgs = '/S' # NSIS
Expand Down
2 changes: 1 addition & 1 deletion automatic/xyplorer.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
unzipLocation = $installPath
softwareName = 'XYPlorer*'
url = 'https://www.xyplorer.com/free-zer/26.80/xyplorer_full_noinstall.zip'
checksum = 'c497f3491f1894d2f1769e7b710a1876dcbe2200e80930ad6e9383fadbd94281'
checksum = '6fd41b503f693a7f177c9dd13411b81136615c6e0d6cc00ca57eb2f965b9b03b'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/xyplorer.portable/xyplorer.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/2010/07/nuspec.xsd">
<metadata>
<id>xyplorer.portable</id>
<version>26.80.0000</version>
<version>26.80.0100</version>
<packageSourceUrl>https://github.com/Aurocosh/chocolatey-packages/tree/master/automatic/xyplorer.portable</packageSourceUrl>
<owners>Aurocosh</owners>
<title>XYplorer (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/xyplorer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
unzipLocation = $tempPath
softwareName = 'XYPlorer*'
url = 'https://www.xyplorer.com/free-zer/26.80/xyplorer_full.zip'
checksum = '1db8344e40a2d9edd7bc04d188334f35e23f26740061bd559568b4b90b11bc64'
checksum = 'f218dd768c663264306533d683ac6be6d222d6a8735d7aa22c18f911bc971ab3'
checksumType = 'sha256'
validExitCodes = @(0, 3010, 1641)
silentArgs = '/S' # NSIS
Expand Down
2 changes: 1 addition & 1 deletion automatic/xyplorer/xyplorer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>xyplorer</id>
<version>26.80.0000</version>
<version>26.80.0100</version>
<packageSourceUrl>https://github.com/Aurocosh/chocolatey-packages/tree/master/automatic/xyplorer</packageSourceUrl>
<owners>Aurocosh</owners>
<title>XYplorer (Install)</title>
Expand Down

0 comments on commit 1b4e387

Please sign in to comment.