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 Oct 4, 2018
1 parent 70258bb commit 06a175e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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>5.9.18240</version>
<version>2018.1.18250</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/ghostdoc-enterprise</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>GhostDoc Enterprise Edition</title>
Expand Down Expand Up @@ -39,7 +39,7 @@ If you follow good naming conventions in your code, then you will get very decen
## Notes
- Uninstall is not completely silent, after uninstall a browser window pops up
]]></description>
<releaseNotes>[Software Changelog](http://support.submain.com/kb/a42/whats-new-in-ghostdoc-v5.aspx
<releaseNotes>[Software Changelog](https://support.submain.com/kb/a60/whats-new-in-ghostdoc-v2018.aspx https://support.submain.com/kb/a60/whats-new-in-ghostdoc-v2018.aspx
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/ghostdoc-pro/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="autohotkey.portable" version="1.1.28.01" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/ghostdoc-enterprise/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $cacheDirectory = Get-PackageCacheLocation
$packageArgs = @{
packageName = $env:chocolateyPackageName
fileType = 'exe'
url = 'https://submain.com/download/GhostDocEnt_v5.9.zip'
url = 'https://submain.com/download/GhostDocEnt_v2018.1.18250.zip'
unzipLocation = $cacheDirectory
softwareName = 'GhostDoc Enterprise'
checksum = '4F953ED024E03C3C6846EA90DFF4B0E3387F1E54E6908C4647D1DB153FEFA103D070F23AC131B8A1AE6FEAD97B506B22504648F6D3A28BD69D184284E3033D53'
checksum = 'B1A4A75AA5492452EC72D87602416E01EBBC8DA8D6AE11A33EC056219CAFB8CDA6C2BEBCFFE2496CF2BF0161BEC997242EC791AD843572EFAD4543C8B3DADE01'
checksumType = 'sha512'
silentArgs = ''
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions 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>5.9.18240</version>
<version>2018.1.18250</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/ghostdoc-pro</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>GhostDoc Pro Edition</title>
Expand Down Expand Up @@ -39,7 +39,7 @@ If you follow good naming conventions in your code, then you will get very decen
## Notes
- Uninstall is not completely silent, after uninstall a browser window pops up
]]></description>
<releaseNotes>[Software Changelog](http://support.submain.com/kb/a42/whats-new-in-ghostdoc-v5.aspx
<releaseNotes>[Software Changelog](https://support.submain.com/kb/a60/whats-new-in-ghostdoc-v2018.aspx https://support.submain.com/kb/a60/whats-new-in-ghostdoc-v2018.aspx
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/ghostdoc-pro/Changelog.md)</releaseNotes>
<dependencies>
<dependency id="autohotkey.portable" version="1.1.28.01" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/ghostdoc-pro/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $cacheDirectory = Get-PackageCacheLocation
$packageArgs = @{
packageName = $env:chocolateyPackageName
fileType = 'exe'
url = 'https://submain.com/download/GhostDocPro_v5.9.zip'
url = 'https://submain.com/download/GhostDocPro_v2018.1.18250.zip'
unzipLocation = $cacheDirectory
softwareName = 'GhostDoc Pro'
checksum = '2B03A28ED6DBC5D76B473CD3FB5678BD50C4CDA14F1E4C5153D9F2AB7831E9D42961FBBCEA3E150E6B1D363D05E162AEF716AB2BBFEFFAA70C1DF6E8D9FA63E1'
checksum = '94BBCC979F399E3D935E166FD9538A0E4F515AF1858B8EFFB63F52CB6ADD8471E3928231C03E4288686A840CD92253443AEB0369715DFA40B67897B46F42314F'
checksumType = 'sha512'
silentArgs = ''
validExitCodes = @(0)
Expand Down

0 comments on commit 06a175e

Please sign in to comment.