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 Oct 27, 2018
1 parent 7495555 commit 9ec5886
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.14510</version>
<version>0.14515</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-14510-win32.exe'
$checksum32 = 'dab57e99443e8b6ddd3b304a432085b3b74b517dce90e4273fff8981c3dd64dc'
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-14515-win32.exe'
$checksum32 = 'd5106f0cbb01ef89205f6e0cd1a9e202f3e38be99e97ca276e7e16f103d5daa9'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-14510-win64.exe'
$checksum64 = '8630937ae6eef99025fcca6fa00e5a079d9410347ea6aa85fe6f46cc2dbc80d8'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-14515-win64.exe'
$checksum64 = '8ea7ca5978c1442651f88aca8a4dc66dd81791a5cc93650f68e33fffa70a456a'
$checksumType64 = 'sha256'


Expand Down

0 comments on commit 9ec5886

Please sign in to comment.