Skip to content

Commit

Permalink
AU: 3 updated - dropbox tortoisegit vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 20, 2020
1 parent 533370d commit 0255fa1
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "93.3.269-beta",
"stable": "93.3.258"
"beta": "94.3.371-beta",
"stable": "93.4.273"
}
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>93.3.269-beta</version>
<version>93.4.273</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,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 @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '93.3.269'
$version = '93.4.273'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2093.3.269%20Offline%20Installer.exe'
checksum = '4d46415635271dda82f4bf90ec8dc13a8155f2794d7d5c38260f827266d84445'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2093.4.273%20Offline%20Installer.exe'
checksum = '8a4012899b10f9109a6ebff1dda4ceae6426093d35b2d7b7cd29c66efbab8b40'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/tortoisegit/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://download.tortoisegit.org/tgit/2.10.0.0/TortoiseGit-2.10.0.0-32bit.msi>
64-Bit: <https://download.tortoisegit.org/tgit/2.10.0.0/TortoiseGit-2.10.0.0-64bit.msi>
32-Bit: <https://download.tortoisegit.org/tgit/2.10.0.0/TortoiseGit-2.10.0.1-32bit.msi>
64-Bit: <https://download.tortoisegit.org/tgit/2.10.0.0/TortoiseGit-2.10.0.1-64bit.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 7AB86B901451E75AB6A275C6E93463195D6C977C8C3B58B84E970B113D224B4A
checksum64: BF7AE25B89502CEF6E5F5F75B81CAB88E534C3E8C5D7F502970AE8326A5DB8F4
checksum32: 73EF46552961C213AE720A2A6702C7060B6502A747EA0E1400F069B6FCEDDC42
checksum64: 0D3DC18272CAF09F4EC3C1623F0970E7F25A4F7635C0BBF26CF49E50B5A595A4

File 'LICENSE.txt' is obtained from <https://github.com/TortoiseGit/TortoiseGit/blob/dbc64c57d98067249d07bdf20411703b25fd889a/src/gpl.txt>
4 changes: 2 additions & 2 deletions automatic/tortoisegit/tortoisegit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tortoisegit</id>
<title>TortoiseGit</title>
<version>2.10.0.0</version>
<version>2.10.0.1</version>
<authors>TortoiseGit and contributors</authors>
<owners>chocolatey, dtgm</owners>
<summary>TortoiseGit provides overlay icons showing the file status, a powerful context menu for Git and much more!</summary>
Expand Down Expand Up @@ -60,7 +60,7 @@ TortoiseGit provides a flexible mechanism to integrate any web based bug trackin
<copyright>© TortoiseGit</copyright>
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://tortoisegit.org/docs/releasenotes/#Release_2.10.0.0</releaseNotes>
<releaseNotes>https://tortoisegit.org/docs/releasenotes/#Release_2.10.0.1</releaseNotes>
<dependencies>
<dependency id="vcredist2015" version="14.0.24215.20170201" /> <!-- https://github.com/chocolatey/chocolatey-coreteampackages/issues/807 -->
</dependencies>
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.0402/gvim_8.2.0402_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0402/gvim_8.2.0402_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0416/gvim_8.2.0416_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0416/gvim_8.2.0416_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: D275F56C56F0D7B2E89F23AE3E9AAE4B17825FF181F5E743492C8BD9CE54A331
checksum64: 4331AF75DB82E93F44BE0D87CBEA0C9AFDD5FBE011257AE9BDF532742AF80187
checksum32: C6CE6F39A71522B147173BD2C3743092E841B8F8BCA1189758C51B7DC42A1B3C
checksum64: E8A0489AB03484F68059BC3D14AEAF83082C2D468C512C086C25F977975522E3
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.0402_x86.zip"
file64 = "$toolsDir\gvim_8.2.0402_x64.zip"
file = "$toolsDir\gvim_8.2.0416_x86.zip"
file64 = "$toolsDir\gvim_8.2.0416_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.0402</version>
<version>8.2.0416</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 0255fa1

Please sign in to comment.