Skip to content

Commit

Permalink
AU: 2 updated - ghostdoc-enterprise ghostdoc-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 4, 2020
1 parent ec7e0a7 commit c5340fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/ghostdoc-enterprise/ghostdoc-enterprise.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ghostdoc-enterprise</id>
<version>2020.2.20270</version>
<version>2020.2.20300</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/ghostdoc-enterprise</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>GhostDoc Enterprise Edition</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostdoc-enterprise/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
url = 'https://submain.com/download/ghostdoc/enterprise/registered/'
unzipLocation = $cacheDirectory
softwareName = 'GhostDoc Enterprise'
checksum = '39f2167175ac58b301a9c268b2de5f89c093e9b6c0a480384e29689efd8a93883965407e24f2a5be25a851b960bffd7e53cc854a04b6d5d87a7a7bfb8ee1c95c'
checksum = 'b201bd9eacef5a78342d816275e6ddf6459f5d93456f0b066c441b74b2fafe03134c7bd991ed55a5664d6f6aee3d3aef1e5db1113610af9ca088689d7764fbcc'
checksumType = 'sha512'
silentArgs = ''
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostdoc-pro/ghostdoc-pro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ghostdoc-pro</id>
<version>2020.2.20270</version>
<version>2020.2.20300</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/ghostdoc-pro</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>GhostDoc Pro Edition</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ghostdoc-pro/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
url = 'https://submain.com/download/ghostdoc/pro/registered/'
unzipLocation = $cacheDirectory
softwareName = 'GhostDoc Pro'
checksum = 'f6c0c8244f989271a7cc665ba3c570235bb7fc8331cc9e04a8ecc8f52bdef1539ba501abd2ed3580b0663f35350c6fccf6ae9bb4327c7e2721abd080729e4167'
checksum = '7c529260071e8ced7b25ef6eb29e4d5c97fa594ffa2f43f4bce1dc0f226c39f72a23dd5e47cf045db91f09cf43ef540c60b5444b5925ab2699ed3a46bde75df9'
checksumType = 'sha512'
silentArgs = ''
validExitCodes = @(0)
Expand Down

0 comments on commit c5340fa

Please sign in to comment.