Skip to content

Commit

Permalink
AU: 2 updated - duplicatefilefinder rocrail
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 7, 2019
1 parent 9870793 commit a4aabf9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/duplicatefilefinder/duplicatefilefinder.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>8.2.0.1</version>
<version>8.2.0.2</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
2 changes: 1 addition & 1 deletion automatic/duplicatefilefinder/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://downloads.auslogics.com/en/duplicate-file-finder/duplicate-file-finder-setup.exe'
$checksum = '7ad4c882b4261f048d214f74fca7e65f799b556087555d1e385eb25eb78b043a'
$checksum = '3d39b9db48fe401f51d309b9c3088b6cbf3d063d91f86245bb80ede9a55d7686'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/rocrail/rocrail.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>1.169</version>
<version>1.172</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
8 changes: 4 additions & 4 deletions automatic/rocrail/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-169-win32.exe'
$checksum32 = '8c57ead192c28282baa733180dc34f6aa75dc24bffff0c56831fa1550431fac3'
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-172-win32.exe'
$checksum32 = '913ca3a7f47450031205fa668d33079086cb4287fe85fb2eecdca0bc6eee740a'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-169-win64.exe'
$checksum64 = '3cab05cd739df08c759e257a4081f72759776be73f2c831f9107fb56bbf1d19e'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-172-win64.exe'
$checksum64 = '5d70b6c15b9139889e96f9b60d518975e3ad7c1279a68ea78bbe1a41fbc02566'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit a4aabf9

Please sign in to comment.