Skip to content

Commit

Permalink
AU: 2 updated - libreoffice-still spotify
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Feb 29, 2024
1 parent 01b457a commit 4fa6d4c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "7.5.9",
"fresh": "7.6.4"
"still": "7.6.5",
"fresh": "7.6.5"
}
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-still</id>
<title>LibreOffice Still</title>
<version>7.5.9</version>
<version>7.6.0</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey-community</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
10 changes: 5 additions & 5 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'libreoffice-still'
version = '7.5.9'
version = '7.6.0'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/7.5.9/win/x86/LibreOffice_7.5.9_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/7.5.9/win/x86_64/LibreOffice_7.5.9_Win_x86-64.msi'
checksum = '4589fb6d7588b66baaac0ebdffe509d315e94d2281b20e7f19107f562a408d8f'
checksum64 = '82d744eb8c3b19bc05ce3f2f363d7a6987432cdba2f495f0c019f5d0b83dfa62'
url = 'https://downloadarchive.documentfoundation.org/libreoffice/old/7.6.0.3/win/x86/LibreOffice_7.6.0.3_Win_x86.msi'
url64bit = 'https://downloadarchive.documentfoundation.org/libreoffice/old/7.6.0.3/win/x86_64/LibreOffice_7.6.0.3_Win_x86-64.msi'
checksum = 'd192043196a075013768b0eba86e29a87ee4dc9dc390d6dfe93fa418ffd3cf9c'
checksum64 = 'f7e031ff87b06b57746fd8118038253432446c7a18857d18ede4c50f7770f592'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log"
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"7f5835788e9fb10a021757c3090f4e6a"|1.2.31.1205
"226e3b0d49a2252895b30276ae73f411"|1.2.32.997
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.2.31.1205</version>
<version>1.2.32.997</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '775C2669976674229BBD7EFB947076F47D56C50FE92BDA19F89991007B60644F3935A6F63D785ADD453A2612DEBD5232C98D44FDB83B30A64C33753C491A3930'
checksum = '7878E50A09544480CDDC31E27141A25164D80BA18B9DA673AF6E943474769771FEA138CCEAE6F2E422899E6500A1B0BEAEB417965EEE6A6C1D601B8F73BBCE8F'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 4fa6d4c

Please sign in to comment.