Browse Source

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

Chocolatey 4 years ago
parent
commit
5e6c2814fb
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.0.8</version>
+    <version>1.1.0</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.0.8/fpt-windows-amd64.zip'
-  checksum64     = '0a68cd97aa281d86354071d9eea39e1881ab14f9f2a771c23ce876cbe80eab62'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/fpt/v1.1.0/fpt-windows-amd64.zip'
+  checksum64     = 'b81f0d091ca1f0f0f6fa18affb23e4dad220bddaa61f39885f4299512f014f21'
   checksumType64 = 'sha256'
 }