Skip to content

Commit

Permalink
AU: 2 updated - libreoffice-fresh webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 9, 2018
1 parent b863af8 commit 9296317
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "5.4.6",
"fresh": "6.0.3"
"fresh": "6.0.4"
}
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>6.0.3</version>
<version>6.0.4</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey</owners>
<summary>LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'libreoffice'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.0.3/win/x86/LibreOffice_6.0.3_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.0.3/win/x86_64/LibreOffice_6.0.3_Win_x64.msi'
checksum = '0adfd0d03504c90b2d04b3c0e208cef8c76c75931603bec611914d3a97062647'
checksum64 = '25347d1113456a1d49bd8114c65b8a8e58a64c7d77c9b7ca2ae0bd18f16e0c8a'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.0.4/win/x86/LibreOffice_6.0.4_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.0.4/win/x86_64/LibreOffice_6.0.4_Win_x64.msi'
checksum = '05d31998f64b0abe7364307c5949b4ed821c12d890e86396fc9b1c4214e7d999'
checksum64 = '80d796f1875942e31f00d5983bdba5bc913174cf3fcae6d39cde42148133ddf9'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.1.2.exe'
checksum = '4387792e0ed4d3d3263d5386b8e3f78c53fc27dae36434acf27f747c68d498f3'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.1.3.exe'
checksum = '3af0a9eb90a1f2c1767224280c4f3767eaef526da559a94b7c18306008ca3b48'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.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>webstorm</id>
<version>2018.1.2</version>
<version>2018.1.3</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 9296317

Please sign in to comment.