From 6a6e98c5fb9d1b497abfe0cb040d1a855a90060f Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sat, 9 Feb 2019 06:26:23 +0000 Subject: [PATCH] AU: 1 updated - rocrail [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/e0641de39e5f065f1e677031484030e07a41b0e6 --- automatic/rocrail/rocrail.nuspec | 2 +- automatic/rocrail/tools/chocolateyinstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index 8bd81f6d7..429e15505 100644 --- a/automatic/rocrail/rocrail.nuspec +++ b/automatic/rocrail/rocrail.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.15002 + 0.15005 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index c260790b1..6ab7cb101 100644 --- a/automatic/rocrail/tools/chocolateyinstall.ps1 +++ b/automatic/rocrail/tools/chocolateyinstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15001-win32.exe' -$checksum32 = 'a65682e38e5b0f9aede24b3012854bd3b37edf9e8ee691ad34e775ef6cae0443' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15005-win32.exe' +$checksum32 = 'e580bab465157e3fbfcca931b87a608b2ca79a4edfd06a6aa0e494d2a20ea919' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15002-win64.exe' -$checksum64 = 'cfc90de3e2a330627de8b488e25283b699026577be229bd6d6531ed3c463f8c5' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15005-win64.exe' +$checksum64 = '19df001763acac9ace52d73387e990ca5106388a3b5ec7df0aba4cfeb6713f2f' $checksumType64 = 'sha256' $packageArgs = @{