Skip to content

Commit

Permalink
AU: 6 updated - dropbox libreoffice-fresh mp3tag spotify vscode vscod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 10, 2024
1 parent a03b3f5 commit 0a4288f
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 38 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "210.3.4724-beta",
"beta": "210.3.4786-beta",
"stable": "209.4.3661"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>210.3.4724-beta</version>
<version>210.3.4786-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '210.3.4724'
$version = '210.3.4786'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20210.3.4724%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20210.3.4724%20Offline%20Installer.x64.exe'
checksum = '943eceac7e74626c09d74d3e8ca3cbe9bdfdbafbe483a963bb54a98fb6e33efd'
checksum64 = '7d756aa9eb94dc992945ec34347bf1936e333cb4ade4be2fcc96d6f722017b72'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20210.3.4786%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20210.3.4786%20Offline%20Installer.x64.exe'
checksum = 'f301aa47a3cd3523dc02721f09c3fe27ee51ad9e78ce23e08a7b2b4729e02088'
checksum64 = '22082a21dc2e443473d3de47b4f9e0acd47c58b4364e964661bafb018fa72dc8'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
5 changes: 2 additions & 3 deletions automatic/libreoffice-streams/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/libreoffice.svg" width="48" height="48"/> LibreOffice Still](https://chocolatey.org/packages/libreoffice-still)
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/libreoffice.svg" width="48" height="48"/> LibreOffice Fresh](https://chocolatey.org/packages/libreoffice-fresh)

LibreOffice is the free power-packed Open Source personal productivity suite for Windows, macOS and Linux, that gives you six feature-rich applications for all your document production and data processing needs.

## Notes

- This package relies on the update service provided by The Document Foundation to determine new updates. As their policy is to distribute to their website immediately and to the update service after 1 to 2 weeks, there will be a delay between a new software update and a new version release of the package.
- This package installs LibreOffice Still which is the stable version of LibreOffice that has undergone more testing (over a longer time). This version is recommended for more conservative users or for deployments in enterprise or corporate environments. If you want the latest version with the most recent bleeding-edge features, install [libreoffice-fresh](/packages/libreoffice-fresh) instead.
- For business deployments, The Document Foundation (the foundation behind the LibreOffice project) strongly recommends [support from certified partners](https://www.libreoffice.org/get-help/professional-support/) which also offer long-term support versions of LibreOffice.
- This package installs LibreOffice Fresh which is the stable version of LibreOffice with the most recent bleeding-edge features. This version is recommended for technology enthusiasts, early adopters or power users. For more conservative users or for deployments in enterprise or corporate environments, it is recommended to install [libreoffice-still](/packages/libreoffice-still) instead.
- Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update.
- **If the package is out of date by more than 2 weeks, please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
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": "24.2.6",
"fresh": "24.8.1"
"fresh": "24.8.2"
}
9 changes: 4 additions & 5 deletions automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>libreoffice-still</id>
<title>LibreOffice Still</title>
<version>24.2.6</version>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>24.8.2</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 All @@ -13,8 +13,7 @@
## Notes
- This package relies on the update service provided by The Document Foundation to determine new updates. As their policy is to distribute to their website immediately and to the update service after 1 to 2 weeks, there will be a delay between a new software update and a new version release of the package.
- This package installs LibreOffice Still which is the stable version of LibreOffice that has undergone more testing (over a longer time). This version is recommended for more conservative users or for deployments in enterprise or corporate environments. If you want the latest version with the most recent bleeding-edge features, install [libreoffice-fresh](/packages/libreoffice-fresh) instead.
- For business deployments, The Document Foundation (the foundation behind the LibreOffice project) strongly recommends [support from certified partners](https://www.libreoffice.org/get-help/professional-support/) which also offer long-term support versions of LibreOffice.
- This package installs LibreOffice Fresh which is the stable version of LibreOffice with the most recent bleeding-edge features. This version is recommended for technology enthusiasts, early adopters or power users. For more conservative users or for deployments in enterprise or corporate environments, it is recommended to install [libreoffice-still](/packages/libreoffice-still) instead.
- Older versions of this package are likely broken because the LibreOffice team removes the download links for older versions after each update.
- **If the package is out of date by more than 2 weeks, please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
Expand Down
12 changes: 6 additions & 6 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. $toolsDir\helpers.ps1

$packageArgs = @{
packageName = 'libreoffice-still'
version = '24.2.6'
packageName = 'libreoffice-fresh'
version = '24.8.2'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/24.2.6/win/x86/LibreOffice_24.2.6_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/24.2.6/win/x86_64/LibreOffice_24.2.6_Win_x86-64.msi'
checksum = 'f0ba2c0484db0ded3b965c3726ffa2c3d1b1caf1a543d7049457ced880447574'
checksum64 = 'deeaa615a3a49ff965df345e807623df28baf5d36146f4867e41ea0bc056d60a'
url = 'https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86/LibreOffice_24.8.2_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86_64/LibreOffice_24.8.2_Win_x86-64.msi'
checksum = 'd67b1433759af6fc0b7acc683080ea42dc32e4e92019e4dca0f791e958d597d9'
checksum64 = '8c4670cb43b5385bed7d97e1ccde55bf1fc3cf83ac15c41da8d87fd09a2f377a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn /passive /norestart /l*v "{0}"' -f "$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log"
Expand Down
8 changes: 4 additions & 4 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv327bsetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv327b-x64-setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv327csetup.exe>
64-Bit software: <http://download.mp3tag.de/mp3tagv327c-x64-setup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 03C636BE51CB6AFBD63462174040EB3C2C3AF42ED2AB6EEF8D82D1FA974C32E8
checksum64: EF0AF02789A8E8A3B0441959A355AF5BA5C279C977F0F1A8AF5B0A30BEDE5C68
checksum32: E4857B55269926987301D96E6A1FA652E5F9C453A8F42D4672C8FDB9BEBA82B4
checksum64: 5819DDBDEC3899EF0DF7019388332CA03C39C83A0EE287998C714DCF6AE5C1DE

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>3.27.2-beta</version>
<version>3.27.3-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv327bsetup.exe"
file64 = "$toolsPath\mp3tagv327b-x64-setup.exe"
file = "$toolsPath\mp3tagv327csetup.exe"
file64 = "$toolsPath\mp3tagv327c-x64-setup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"cf2cd227b0150e7d2c7ddff000d7c685"|1.2.47.364
"19a6192efe5386ba25f3d730b7fbc460"|1.2.48.405
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.47.364</version>
<version>1.2.48.405</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 = '5B2A030822C2EAD4A153EFED99B265610909CF29F362E09DF0CC5E1A3992EDDE7EE4B1C795714A1598ADAE7CA8D151C5744E6499CEDCFCFF2A973697A5F4A8EE'
checksum = 'E68852CA28375B6C0D123F716BD1B1B804C89304F3E933A68D503B5960CEE0C33C7714CC1947F89354C52FE9F2451C5AF6E114E61CA6DC843B8108F1CCB429BF'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
6 changes: 3 additions & 3 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.94.1'
$version = '1.94.2'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,11 +16,11 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url64bit = 'https://update.code.visualstudio.com/1.94.1/win32-x64/stable'
url64bit = 'https://update.code.visualstudio.com/1.94.2/win32-x64/stable'

softwareName = "$softwareName"

checksum64 = '4f3f25c79a6dc25f9f09113a76824ea6a604b70fbc3376707003bc7b6091224a'
checksum64 = 'c57bd3d2a94bf19b71112636b18a74e50be08348e7b164b34f9b05ec4c2f7622'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.94.1</version>
<version>1.94.2</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.94.1</version>
<version>1.94.2</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.94.1]" />
<dependency id="vscode.install" version="[1.94.2]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit 0a4288f

Please sign in to comment.