diff --git a/automatic/bluebrick/bluebrick.nuspec b/automatic/bluebrick/bluebrick.nuspec
index 00871731a..b4769f486 100644
--- a/automatic/bluebrick/bluebrick.nuspec
+++ b/automatic/bluebrick/bluebrick.nuspec
@@ -23,6 +23,9 @@ BlueBrick is designed specially for the AFOLs who want to prepare the layouts of
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
+
+
+
See the Change log section of the [Download](https://bluebrick.lswproject.com/download.html) page.
diff --git a/automatic/bluebrick/tools/chocolateyinstall.ps1 b/automatic/bluebrick/tools/chocolateyinstall.ps1
index 37ee6e56f..6aabecddb 100644
--- a/automatic/bluebrick/tools/chocolateyinstall.ps1
+++ b/automatic/bluebrick/tools/chocolateyinstall.ps1
@@ -9,7 +9,7 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $installDir
url = 'https://bluebrick.lswproject.com/download/BlueBrick.1.9.1.zip'
- checksum = 'fa45e235c6c21a3ca98b47b3c4f958c24214e124a5c9fdda3bce0622cba4ef77'
+ checksum = '2fc69f384a1232d8e33cf3fb91cda0d2b8e876cbcdb072e5acfe4da2153b72c5'
checksumType = 'sha256'
}