瀏覽代碼

AU: 1 updated - bluebrick
[skip ci] https://gist.github.com/douglaswth/d98014ed4fcaa5cc65bb902f21ce366a/542dbf7aa8456d841651c25e094332f8562374ca

Chocolatey 1 月之前
父節點
當前提交
e3b70aa828
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      automatic/bluebrick/bluebrick.nuspec
  2. 2 2
      automatic/bluebrick/tools/chocolateyinstall.ps1

+ 1 - 1
automatic/bluebrick/bluebrick.nuspec

@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
   <metadata>
     <id>bluebrick</id>
-    <version>1.9.1</version>
+    <version>1.9.2</version>
     <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/bluebrick</packageSourceUrl>
     <owners>Douglas Thrift</owners>
     <title>BlueBrick</title>

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