Browse Source

AU: 1 updated - fpt
[skip ci] https://gist.github.com/d98014ed4fcaa5cc65bb902f21ce366a/e602e1a2e7d219ffdcd30132145202cbe94e4b15

Chocolatey 3 years ago
parent
commit
0c445e8938
2 changed files with 3 additions and 3 deletions
  1. 1 1
      automatic/fpt/fpt.nuspec
  2. 2 2
      automatic/fpt/tools/chocolateyinstall.ps1

+ 1 - 1
automatic/fpt/fpt.nuspec

@@ -3,7 +3,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
   <metadata>
     <id>fpt</id>
-    <version>1.1.1</version>
+    <version>1.1.2</version>
     <packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/fpt</packageSourceUrl>
     <owners>Douglas Thrift</owners>
     <title>fpt - Flexera Policy Tool</title>

+ 2 - 2
automatic/fpt/tools/chocolateyinstall.ps1

@@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
 $packageArgs = @{
   packageName    = $env:ChocolateyPackageName
   unzipLocation  = $toolsDir
-  url64bit       = 'https://binaries.rightscale.com/rsbin/fpt/v1.1.1/fpt-windows-amd64.zip'
-  checksum64     = '5b9c529aabe174fb2f974dfe359ca4cbae679046550f4543ac47fd3d674e53d5'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/fpt/v1.1.2/fpt-windows-amd64.zip'
+  checksum64     = '9d1ed9585cea5732e76872f8c5f1591b8b39fb9fb1136f92ecee4c93d42d8290'
   checksumType64 = 'sha256'
 }