Skip to content

Commit

Permalink
AU: 1 updated - fpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 2, 2021
1 parent fd1d4d2 commit 73f64cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/fpt/fpt.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fpt</id>
<version>1.2.2</version>
<version>1.3.0</version>
<packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/fpt</packageSourceUrl>
<owners>Douglas Thrift</owners>
<title>fpt - Flexera Policy Tool</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/fpt/tools/chocolateyinstall.ps1
Expand Up @@ -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.2/fpt-windows-amd64.zip'
checksum64 = 'd9c4764ec16ad0dab4454f27b56beaacc44917357efc4d04e533ad85c1041c81'
url64bit = 'https://binaries.rightscale.com/rsbin/fpt/v1.3.0/fpt-windows-amd64.zip'
checksum64 = 'cb360d26169529a338f28d5cb0cb4af3dbe512cb010fcae9681c28d2eab88630'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 73f64cd

Please sign in to comment.