Skip to content

Commit

Permalink
AU: 3 updated - dropbox vim zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 1, 2022
1 parent cd21ab6 commit 49b9b33
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "161.3.4836-beta",
"stable": "160.4.4696"
"stable": "160.4.4703"
}
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>161.3.4836-beta</version>
<version>160.4.4703</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 = '161.3.4836'
$version = '160.4.4703'

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%20161.3.4836%20Offline%20Installer.x86.exe'
checksum = '0995400ff920f6589dbb6f586c780ae1cfedecc6adcddf0b3134291efe05e0ed'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20160.4.4703%20Offline%20Installer.x86.exe'
checksum = '07095273894bc106cf0d1e84b6fc6ebbfc70ce0fd503232265ca1c8329b18d5d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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/v9.0.0820/gvim_9.0.0820_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0820/gvim_9.0.0820_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0822/gvim_9.0.0822_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0822/gvim_9.0.0822_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: 389307FA4C0A57A5C5E014FB44C4D3FE8A2ED206569B0A962379B2CE27175D0B
checksum64: 55A0DA36610041E32E19EF69290E6998321270E17E1D77C83A7DC3654EC428E2
checksum32: 048074FC929412CBA2B23E3F083BEB6EA2712B518008143798DC8E73A33649CE
checksum64: 7088CD50BCA036AF4E577E54DD5A8CF3F6E268FFD07F3F5EB7E41B16A27358CD
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_9.0.0820_x86.zip"
file64 = "$toolsDir\gvim_9.0.0820_x64.zip"
file = "$toolsDir\gvim_9.0.0822_x86.zip"
file64 = "$toolsDir\gvim_9.0.0822_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>9.0.0820</version>
<version>9.0.0822</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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
4 changes: 2 additions & 2 deletions automatic/zotero/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/6.0.15/Zotero-6.0.15_setup.exe>
1. Download the following <https://download.zotero.org/client/release/6.0.16/Zotero-6.0.16_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
checksum: AA0E75062DF372D05EDB2763BC5567ECE341811F75FA8012F2750809DDB34BCA
checksum: 1038B8DD9DD001A94295295026A096AEA05A3C5A02487926285D1D32501754B8

The file 'LICENSE.txt' has been obtained from <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero/tools/chocolateyInstall.ps1
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Zotero'
file = "$toolsPath\Zotero-6.0.15_setup.exe"
file = "$toolsPath\Zotero-6.0.16_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero/zotero.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>zotero</id>
<title>Zotero</title>
<owners>chocolatey-community</owners>
<version>6.0.15</version>
<version>6.0.16</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png</iconUrl>
Expand Down

0 comments on commit 49b9b33

Please sign in to comment.