Skip to content

Commit

Permalink
Fix bluebrick dependencies and checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaswth committed Mar 8, 2021
1 parent 7ee83ef commit 8347fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions automatic/bluebrick/bluebrick.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion automatic/bluebrick/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 8347fdb

Please sign in to comment.