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 28, 2019
1 parent 572916c commit f8bc756
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>1.126</version>
<version>1.132</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-126-win32.exe'
$checksum32 = 'd6641a2231f0bfa6e9420d8d75649af2ca72940e8f61712159d47e4c3276e2c0'
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-132-win32.exe'
$checksum32 = '5913b969e695f23b38297ec32e2b83ceb0fe97f5e0bcd9d2eaf6f762f04a7d6c'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-126-win64.exe'
$checksum64 = '3397b38eb7081687c52f2db7b62703d4ea41edb6aea7d3d7feb578fcbc5a4c20'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-132-win64.exe'
$checksum64 = 'b78945cbe81177481b56b14251fb78cdbe5499f845cd351a8c48ce58b427b6a5'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit f8bc756

Please sign in to comment.