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 Feb 20, 2023
1 parent 05b9593 commit 51ebd0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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 = '620'
$url_version = '621'

$checksumType32 = 'sha256'
$checksumType64 = 'sha256'
Expand Down
5 changes: 2 additions & 3 deletions automatic/winrar/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
en|https://www.rarlab.com/rar/winrar-x64-620.exe|859b2cd35b47d91da08ed0547ad6348e1543f153d8e225660b62a9af6c986044|https://www.rarlab.com/rar/winrar-x32-620.exe|0a2e517907034d55c971d9391d0aace868d73b5b09f9879bb1a87948d9da7baf
en|https://www.rarlab.com/rar/winrar-x64-620.exe|859b2cd35b47d91da08ed0547ad6348e1543f153d8e225660b62a9af6c986044|https://www.rarlab.com/rar/winrar-x32-620.exe|0a2e517907034d55c971d9391d0aace868d73b5b09f9879bb1a87948d9da7baf
id|https://www.rarlab.com/rar/winrar-x64-620id.exe|29d80acf20b78b231f922a07eee861068a3f738b0be534843ccd56dc4a65e362|https://www.rarlab.com/rar/winrar-x32-620id.exe|b63a2370dfb85643940abab1aa4e1129e7cd65c1881916d7a0bd40bf37c8f6b8
en|https://www.rarlab.com/rar/winrar-x64-621.exe|af51d8714fbb34157e3bd53fcecdd76bcc0ed732f89cf469f544aec968d192d9|https://www.rarlab.com/rar/winrar-x32-621.exe|b9da88e31ed1207b4bf5a1ac940ee9c74da4728d7a65096fe112d02c01087a6e
en|https://www.rarlab.com/rar/winrar-x64-621.exe|af51d8714fbb34157e3bd53fcecdd76bcc0ed732f89cf469f544aec968d192d9|https://www.rarlab.com/rar/winrar-x32-621.exe|b9da88e31ed1207b4bf5a1ac940ee9c74da4728d7a65096fe112d02c01087a6e
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.20</version>
<version>6.21</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 51ebd0f

Please sign in to comment.