Skip to content

Commit

Permalink
AU: 1 updated - winrar
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 5, 2023
1 parent ee208a5 commit 937da6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/winrar/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$LCID = (Get-UICulture).LCID
$url_version = '623'
$url_version = '624'

$checksumType32 = 'sha256'
$checksumType64 = 'sha256'
Expand Down
7 changes: 5 additions & 2 deletions automatic/winrar/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
en|https://www.rarlab.com/rar/winrar-x64-623.exe|3d019e60c0def88892ad89023d2e15133fc940fef140faeeaa414ad38f8ef3bf|https://www.rarlab.com/rar/winrar-x32-623.exe|734861e02b779776fc615aad684a5fc15a7066a0776047d4a64be6857e89307e
en|https://www.rarlab.com/rar/winrar-x64-623.exe|3d019e60c0def88892ad89023d2e15133fc940fef140faeeaa414ad38f8ef3bf|https://www.rarlab.com/rar/winrar-x32-623.exe|734861e02b779776fc615aad684a5fc15a7066a0776047d4a64be6857e89307e
en|https://www.rarlab.com/rar/winrar-x64-624.exe|794481dbbc9009a2565726fb5b4a4ab2fe216ff9edbb08951548ee765de9b4a6|https://www.rarlab.com/rar/winrar-x32-624.exe|c8ad5d77a2882ad8fee57fff69d8f90d58cb7490b5d1cdf5571472f5fa8c7cdc
nl|https://www.rarlab.com/rar/winrar-x64-624nl.exe|b76eeba2a14ffd89ad51ba382479fa59b43dd31e803e89e8a0c70851eed816e7|https://www.rarlab.com/rar/winrar-x32-624nl.exe|b145f94a9ece0857a85bbc2e37324c27078f7939184507b2bea94eee85895ee3
en|https://www.rarlab.com/rar/winrar-x64-624.exe|794481dbbc9009a2565726fb5b4a4ab2fe216ff9edbb08951548ee765de9b4a6|https://www.rarlab.com/rar/winrar-x32-624.exe|c8ad5d77a2882ad8fee57fff69d8f90d58cb7490b5d1cdf5571472f5fa8c7cdc
fr|https://www.rarlab.com/rar/winrar-x64-624fr.exe|da5a5ce813f65284166df038b900bddcdc4db7ae999f72dc17fd6a9dad126750|https://www.rarlab.com/rar/winrar-x32-624fr.exe|f81fda2b84a891adf0fee84f29ecb2f49e8b5e222f4ae11bb4bd16a3a463baae
d|https://www.rarlab.com/rar/winrar-x64-624d.exe|c361bad02a3bd7d13bc64bd811c78934b09507f5e5bf3a17266766aff2b98d11|https://www.rarlab.com/rar/winrar-x32-624d.exe|65e5396d67db004ffb5ff5ffeccc6677b8f2cb1565738e0dd59a3e95c5531abe
2 changes: 1 addition & 1 deletion automatic/winrar/winrar.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.23</version>
<version>6.24</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 937da6d

Please sign in to comment.