From e3b70aa82824c5185d92512f9f70299ec8d0425e Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 8 Nov 2024 16:32:56 +0000 Subject: [PATCH] AU: 1 updated - bluebrick [skip ci] https://gist.github.com/douglaswth/d98014ed4fcaa5cc65bb902f21ce366a/542dbf7aa8456d841651c25e094332f8562374ca --- automatic/bluebrick/bluebrick.nuspec | 2 +- automatic/bluebrick/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/bluebrick/bluebrick.nuspec b/automatic/bluebrick/bluebrick.nuspec index b4769f4863..b0f48e209d 100644 --- a/automatic/bluebrick/bluebrick.nuspec +++ b/automatic/bluebrick/bluebrick.nuspec @@ -2,7 +2,7 @@ bluebrick - 1.9.1 + 1.9.2 https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/bluebrick Douglas Thrift BlueBrick diff --git a/automatic/bluebrick/tools/chocolateyinstall.ps1 b/automatic/bluebrick/tools/chocolateyinstall.ps1 index 6aabecddb6..f883bb39ce 100644 --- a/automatic/bluebrick/tools/chocolateyinstall.ps1 +++ b/automatic/bluebrick/tools/chocolateyinstall.ps1 @@ -8,8 +8,8 @@ $blueBrickLnk = Join-Path ([System.Environment]::GetFolderPath('CommonPrograms') $packageArgs = @{ packageName = $packageName unzipLocation = $installDir - url = 'https://bluebrick.lswproject.com/download/BlueBrick.1.9.1.zip' - checksum = '2fc69f384a1232d8e33cf3fb91cda0d2b8e876cbcdb072e5acfe4da2153b72c5' + url = 'https://bluebrick.lswproject.com/download/BlueBrick.1.9.2.zip' + checksum = '4e0682a9083b4026cbf2a03e71dc9e8b3865cc72e3beac65c299197c7e492847' checksumType = 'sha256' }