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 Mar 13, 2020
1 parent 6289d37 commit ef6fbfd
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>2019.3.19260</version>
<version>2020.1.20070</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 = '2e7f9b291f0da3b62858e4b7f3bd43c53772ef34a9a2944e7b58e27624c8b9ad5e871025023e4bec0308e2b8b74bd68b8cc0e5b8b1c258653646e64debe93b86'
checksum = 'ac74094a7269d23a98c06a51c07d394fdcbad9f97ef34748106d9d2d083ef5e7f47cc260136dc2eafb4360fcb4325fca0ae1264a4389c31dfd04b81af7542ac7'
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>2019.3.19260</version>
<version>2020.1.20070</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 = '38e321c4cca3d25a878f4af6ee5c46c50a21512bd4b36f464b8d8f637eed6197803096a27f1139406c82b781d77f53ff37feebc41e42088b85f35a5728feb1f7'
checksum = 'ea48b6db24b1e0e3ff13d73b87d01bf2ff06dda0f309d91f6c942760368ceb2fa9556fb926cdfb0b0d79d48e869f782502caca12a8b80e14c22458da28df4d8b'
checksumType = 'sha512'
silentArgs = ''
validExitCodes = @(0)
Expand Down

0 comments on commit ef6fbfd

Please sign in to comment.