Skip to content

Commit

Permalink
AU: 3 updated - dropbox mixxx vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 10, 2021
1 parent f858f69 commit 37cadd2
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "131.3.3938-beta",
"beta": "131.3.3957-beta",
"stable": "130.4.4978"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>131.3.3938-beta</version>
<version>131.3.3957-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '131.3.3938'
$version = '131.3.3957'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20131.3.3938%20Offline%20Installer.exe'
checksum = '42974eab765b96d0292c6dbfefd0a4125e5bc316846eba4bfa68afe2d3b28ee9'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20131.3.3957%20Offline%20Installer.exe'
checksum = '32afbba34db239d08eb09704d4bc20256653773307934afb07b010f8274342c8'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-803-g03f77a367d-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-804-g4989a4be3b-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 9039FBA8DAE6ADC619D6BC715F42B210303EEEF6A1C90F5621DFBDF8FB340769
checksum64: 2D02D14EF043944578895A0E97BDE4D805A959101344EA47179CD56D93C07E0E

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.0",
"alpha": "2.4-alpha-803"
"alpha": "2.4-alpha-804"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-803</version>
<version>2.4-alpha-804</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-alpha-803-g03f77a367d-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-804-g4989a4be3b-win64.msi"

softwareName = 'Mixxx *'

Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3417/gvim_8.2.3417_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3417/gvim_8.2.3417_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3423/gvim_8.2.3423_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3423/gvim_8.2.3423_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 861857A6986EB9EC0CF039C5E7D7E6910A9DD7E36D2DBA7EEC76BC8912904FD9
checksum64: 4B7CE4A687D3BDC208BFA87181C3F9A910C18DE6E1D51614E7660358B2707BF5
checksum32: B4912FD273D2532D390EE6196B0E4F3A0026DFC4432322D3B7AD516F9E57AE8B
checksum64: 8B869548188D9128E69A60B9808823DD8DD1DAF25368B0810A117F4B94007B95
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3417_x86.zip"
file64 = "$toolsDir\gvim_8.2.3417_x64.zip"
file = "$toolsDir\gvim_8.2.3423_x86.zip"
file64 = "$toolsDir\gvim_8.2.3423_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3417</version>
<version>8.2.3423</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 37cadd2

Please sign in to comment.