Skip to content

Commit

Permalink
AU: 4 updated - clipboardfusion cmake dropbox vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 13, 2021
1 parent 41759e4 commit 2c04e05
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "5.9",
"unstable": "5.9.1-Beta3"
"unstable": "5.9.1-Beta4"
}
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.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>clipboardfusion</id>
<version>5.9.1-Beta3</version>
<version>5.9.1-Beta4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/clipboardfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>ClipboardFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipboardfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.clipboardfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.9.1-Beta3.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.9.1-Beta4.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
checksum: D07BD74439FF3110C460B15084AF86DF0711DC0D701F132B84D69A43157C2189
checksum: 93D3C350126EBB3FC9C639498D430EAF50E94BD580F46534D1DEA5B59E8525F0

The file 'LICENSE.txt' has been obtained from <https://www.clipboardfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\ClipboardFusionSetup-5.9.1-Beta3.exe"
file = "$toolsPath\ClipboardFusionSetup-5.9.1-Beta4.exe"
softwareName = 'clipboardfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.4",
"3.22": "3.22.0-rc2"
"3.22": "3.22.0-rc3"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.22.0-rc2</version>
<version>3.22.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.22.0-rc2]" />
<dependency id="cmake.install" version="[3.22.0-rc3]" />
</dependencies>
</metadata>
<files />
Expand Down
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": "136.3.4307-beta",
"beta": "136.3.4318-beta",
"stable": "135.4.4221"
}
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>135.4.4221</version>
<version>136.3.4318-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '135.4.4221'
$version = '136.3.4318'

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%20135.4.4221%20Offline%20Installer.exe'
checksum = 'cde86a140c52f289caa5a0536edf229004fbf163c950c12a41955c127f39630d'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20136.3.4318%20Offline%20Installer.exe'
checksum = '4ca6615e3cde3562f3f0bf75f40cabcb3b65932abab3625c997d9d1dd4702f4c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.3582/gvim_8.2.3582_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3582/gvim_8.2.3582_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3588/gvim_8.2.3588_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3588/gvim_8.2.3588_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: 2BDFFFB1E5D7774CB13578AFC0D9DC842AB2CAFBDBAA989A1ED4E860541BBAF9
checksum64: E27413BFC0364909C73EA4E11853AD4D904AA6110DD06079A49E3534B7EDE03C
checksum32: E30BBD832A36ADA1B2E07363CF0D49097AF8E74CFED9BDBC4C320E00D064EAFC
checksum64: 4F0838529039E93F0B0D11158C6ECF9ABC8DC063FA5FFAA0FFBA8ED88F6FFB31
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3582_x86.zip"
file64 = "$toolsDir\gvim_8.2.3582_x64.zip"
file = "$toolsDir\gvim_8.2.3588_x86.zip"
file64 = "$toolsDir\gvim_8.2.3588_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3582</version>
<version>8.2.3588</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 2c04e05

Please sign in to comment.