Skip to content

Commit

Permalink
AU: 1 updated - rocrail
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 12, 2019
1 parent e5166bd commit d69b7fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>0.14838</version>
<version>0.14842</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
4 changes: 2 additions & 2 deletions automatic/rocrail/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-14838-win32.exe'
$checksum32 = '1dd06afaae38940118f853984776cf6d3e7fcb43c9e3d4c7cd5110a2971e4675'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-14838-win64.exe'
$checksum64 = 'ec590f720da053afb26534538a4cbce72cea327dec377679e70f5386099ec159'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-14842-win64.exe'
$checksum64 = '16a09bbebc5b5dbcd1ba70e8fe199c8c8d65cf2c3a5b602a25fef78c17f2e82f'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit d69b7fe

Please sign in to comment.