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 May 1, 2019
1 parent 1c825b6 commit fa10dad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.15354</version>
<version>0.15358</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-15354-win32.exe'
$checksum32 = '0f21222288ed33b299394d4fb6c76d036b368bd28e9d48ab34402f9339ab8845'
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15358-win32.exe'
$checksum32 = '3c228953e380ee0e5246e6772fb8b282358d1842b70daa8e34c334473ead0b6a'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15354-win64.exe'
$checksum64 = '63992f676d9c0a0c6ad4a6b2de24f4b6e2032eb4cff29dcccc74739be0167077'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15358-win64.exe'
$checksum64 = '3bac0134276ef66f9d4a4dae2ceddb0063f700ec7471c953833ffbc64792ef41'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit fa10dad

Please sign in to comment.