Skip to content

Commit

Permalink
AU: 3 updated - cacher lunacy master-pdf-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 21, 2018
1 parent c963d0c commit 5a69140
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.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>cacher</id>
<version>1.5.5</version>
<version>1.5.6</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Cacher</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cacher/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.5.5.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.5.6.exe'
softwareName = 'Cacher*'
checksum = 'a8c83dd877bc7dcd1c8391babfb677074510b07971efb3fb8c8cddb04e3ed8cc9efbf0cc71fd062d2fba043b85d4a6e8bd2a1a13ae1799c0fe7f89c27c20ed30'
checksum = 'dd1cd2d017acc99c32c8dd6040479849e5b7300c6b1c1bdde7e82bd73f7b9da6025cc10895abcf9da055f4815951005952553dea847b4e98950faf883de905a7'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/lunacy/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5b1a581a-e63290"|3.6
"5b2b7614-e67c28"|3.7
2 changes: 1 addition & 1 deletion automatic/lunacy/lunacy.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>lunacy</id>
<version>3.6</version>
<version>3.7</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/lunacy</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Lunacy</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/lunacy/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://desk.icons8.com/lunacy/LunacySetup.exe'
softwareName = 'Lunacy'
checksum = '9D395C86BBD35801891D3D6096BC5C73068DBBE8F9C05F0F4FDF6C6C9EB6DBD9E87A5A8C84AD0CCF66EEE93211DE07F499E320D16E8E7BB2B39810EE02AC6365'
checksum = '24B885D8F88C512022C5D9B4ADA6A6A55F0E46B180A23575318D64F0686E2305529CD69357B878D5518D52B60658937501421E6F8DAD92E3EBBB8CB3DED315B0'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5b2925e8-1d71250"|5.0.25
"5b2b9c29-1d73520"|5.0.28
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/master-pdf-editor.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>master-pdf-editor</id>
<version>5.0.25</version>
<version>5.0.28</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/master-pdf-editor</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Master PDF Editor</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://code-industry.net/public/MasterPDFEditor-setup.exe'
softwareName = 'Master PDF Editor*'
checksum = 'D5C1B4986438CFDAC8D75AF75969B283F779A72993156D13ABC5D26A48A1650E4FEF9297B40765D4C2329B2B46A7C17D7DD6A90A0399C3921C979F1E48D39739'
checksum = '74FB66CA538EDB68DB0D0D6CEE4A9CC999582B30F779BFF11C71BEB2D47B33021026F2B80433235AB5C9E123BC147F636AACD406C6FA6C7F6F5BB91FD5DB0471'
checksumType = 'sha512'
silentArgs = "/SILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 5a69140

Please sign in to comment.