Browse Source

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

Chocolatey 3 years ago
parent
commit
cf4f0bf86f
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.2.0</version>
+    <version>1.2.1</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.2.0/fpt-windows-amd64.zip'
-  checksum64     = '3351114235afc647bede8f2eecf2a053fb8cb7e85a5b21db272e9f59565c8b22'
+  url64bit       = 'https://binaries.rightscale.com/rsbin/fpt/v1.2.1/fpt-windows-amd64.zip'
+  checksum64     = 'b0a20322818de2edd318f4d47bc9a3cb1448657b0cc29d8c62fc8a394a35dd12'
   checksumType64 = 'sha256'
 }