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 Dec 23, 2019
1 parent 22c3c61 commit 95913ce
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.314</version>
<version>1.317</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-314-win32.exe'
$checksum32 = '6a1e05843545521a41a78af9a740cced85db3492feeae6551fc848c01c05118b'
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-317-win32.exe'
$checksum32 = 'c78f3c5c2bed4f1da8f290a42b55a79a05a126fe91852bf8e396b1f05fd51ac8'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-314-win64.exe'
$checksum64 = '8bcd7f52201422ef4849a0a729d3d2ed09bb1c83d6dfab50e8e9740c1f3d98fa'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-317-win64.exe'
$checksum64 = '6ad34e7ad388b174be01b2093ba6cfc86626383f7061d54b594422bc36bb2bbd'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 95913ce

Please sign in to comment.