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 May 31, 2023
1 parent b70d3a3 commit a5ec4d4
Show file tree
Hide file tree
Showing 3 changed files with 4 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 = '621'
$url_version = '622'

$checksumType32 = 'sha256'
$checksumType64 = 'sha256'
Expand Down
4 changes: 2 additions & 2 deletions automatic/winrar/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
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
en|https://www.rarlab.com/rar/winrar-x64-622.exe|bc6440121c023a5068c558bee72eae5c2b2eea1580c95ef7fba354780c689f7f|https://www.rarlab.com/rar/winrar-x32-622.exe|f5aec798235bf06e445d6d75b3a8825768f3abd3a89a82095cbe5933afdb2b68
en|https://www.rarlab.com/rar/winrar-x64-622.exe|bc6440121c023a5068c558bee72eae5c2b2eea1580c95ef7fba354780c689f7f|https://www.rarlab.com/rar/winrar-x32-622.exe|f5aec798235bf06e445d6d75b3a8825768f3abd3a89a82095cbe5933afdb2b68
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.21</version>
<version>6.22</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 a5ec4d4

Please sign in to comment.