From 366b13b988d3c635c7a568d769800d119ad7b9f8 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 13 Jan 2022 13:15:29 +0000 Subject: [PATCH] AU: 1 updated - anyrail6 [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/d2d8863741a54d6317602e9446f978c1e60bd9c7 --- automatic/anyrail6/anyrail6.nuspec | 2 +- automatic/anyrail6/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/anyrail6/anyrail6.nuspec b/automatic/anyrail6/anyrail6.nuspec index c61dda896..ccfccdfa8 100644 --- a/automatic/anyrail6/anyrail6.nuspec +++ b/automatic/anyrail6/anyrail6.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 6.40.0 + 6.41.0 Maurice Kevenaar diff --git a/automatic/anyrail6/tools/chocolateyinstall.ps1 b/automatic/anyrail6/tools/chocolateyinstall.ps1 index 52f3a35c3..6c0a1f484 100644 --- a/automatic/anyrail6/tools/chocolateyinstall.ps1 +++ b/automatic/anyrail6/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://www.anyrail.com/downloads/AnyRail/6.40/AnyRail6.40.0.msi' -$checksum = 'afeea1c5b3910e38502a08976befd92d742cd6500be89b4eae5d7be1cef510d0' +$url = 'https://www.anyrail.com/downloads/AnyRail/6.41/AnyRail6.41.0.msi' +$checksum = '5129f66abdbb7ecb7d4ec7fe7f92956b188f7cb5fbcd9ae7e5095e2d76ef4b80' $checksumType = 'sha256' $packageArgs = @{