Skip to content

Commit

Permalink
AU: 2 updated - alldup libreoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 11, 2017
1 parent 48ae588 commit 4607bd0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.0.20</version>
<version>4.0.23</version>
<title>AllDup</title>
<owners>chocolatey</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'alldup'
$url = 'http://www.alldup.info/download/AllDupSetup.exe'
$checksum = '0a1898275bd63916e3c455e1704b2442f1d9f273257243065947cf17f89d8f1c'
$checksum = '409eebfd53e70ee39ad86d66243fb0f66e9039985ee987b6651fc3980fc94fff'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/libreoffice/libreoffice.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice</id>
<title>LibreOffice Fresh</title>
<version>5.3.2</version>
<version>5.3.3</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/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/5.3.2/win/x86/LibreOffice_5.3.2_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.3.2/win/x86_64/LibreOffice_5.3.2_Win_x64.msi'
checksum = '14644404bce6dcdb4ee8164884e17bc187041aadfc1531971416b9c1c05aa350'
checksum64 = 'bc361f37185cfa3c3090e7c500f04b001595f74a0f88e4bd159e804a5c2ed706'
url = 'https://download.documentfoundation.org/libreoffice/stable/5.3.3/win/x86/LibreOffice_5.3.3_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/5.3.3/win/x86_64/LibreOffice_5.3.3_Win_x64.msi'
checksum = 'f57824b10ad2fd871ff8f0bf7edb4d810b4d05fb2189aa7daa953a10184c2512'
checksum64 = '19e0e570965cc4b0794cb0e5e98af5d81ef09ee8b3e585e5e27cfe2688f6748e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart'
Expand Down

0 comments on commit 4607bd0

Please sign in to comment.