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 Apr 30, 2020
1 parent 48ca5b9 commit 5fb253b
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.691</version>
<version>1.696</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-691-win32.exe'
$checksum32 = '01fc633d42fdbe551734c7e3d9f3ffc11ffe816a69f0f4ad933bf2e4b93a636e'
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-696-win32.exe'
$checksum32 = '14a78d6b5afbf3f462e0b39ada7c688b614a8531a39ee4d6fbbb026b62281f18'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-691-win64.exe'
$checksum64 = '7cc0d5a545b6e529eea0f5d2052b4b44dd4e033faf6eb62059cf271f997ccf98'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-696-win64.exe'
$checksum64 = 'ed6a8248155b39c9c44c9cd1972e18414ebe25ba9afb4c3801476810020bbaa6'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 5fb253b

Please sign in to comment.