Skip to content

Commit

Permalink
AU: 1 updated - bluebrick
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 4, 2021
1 parent 73f64cd commit 7ee83ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/bluebrick/bluebrick.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bluebrick</id>
<version>1.9.0</version>
<version>1.9.1</version>
<packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/bluebrick</packageSourceUrl>
<owners>Douglas Thrift</owners>
<title>BlueBrick</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bluebrick/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.zip'
checksum = 'e94924e9d0e529ee65990615429deda927923f8b65852205ebe4ef78bd53d820'
url = 'https://bluebrick.lswproject.com/download/BlueBrick.1.9.1.zip'
checksum = 'fa45e235c6c21a3ca98b47b3c4f958c24214e124a5c9fdda3bce0622cba4ef77'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 7ee83ef

Please sign in to comment.