Browse Source

Fix bluebrick dependencies and checksum

Douglas Thrift 3 years ago
parent
commit
8347fdbd3f

+ 3 - 0
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.
     </description>
+    <dependencies>
+      <dependency id="netfx-4.8" version="4.8.0.20190930" />
+    </dependencies>
     <releaseNotes>
 See the Change log section of the [Download](https://bluebrick.lswproject.com/download.html) page.
     </releaseNotes>

+ 1 - 1
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'
 }