Skip to content

Commit

Permalink
AU: 6 updated - dropbox git git.install git.portable juju vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 7, 2021
1 parent 3478209 commit 454e3a9
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "126.3.4577-beta",
"stable": "125.4.3474"
"stable": "126.4.4618"
}
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>126.3.4577-beta</version>
<version>126.4.4618</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 = '126.3.4577'
$version = '126.4.4618'

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%20126.3.4577%20Offline%20Installer.exe'
checksum = '9424a058cd1cb7f81c6b7cd90d152275faa0faa6e84ec29ddf6db9cbcb25fd22'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20126.4.4618%20Offline%20Installer.exe'
checksum = '04c9ebdd80874fa0b50141d901f72e3eec45e3b559288d3e538ea872b4954b8d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.install/git.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.32.0</version>
<version>2.32.0.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
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://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/Git-2.32.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/Git-2.32.0-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/Git-2.32.0.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/Git-2.32.0.2-64-bit.exe>
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:
checksum32: 5239B465B893EA595F6A73FDE20691BCFC9C65661FA1B74441D9CE7B98848ADE
checksum64: EED601EF835C3DAC08D2E27F6F38B5DB7998747C753C87A45B326FBD6C710309
checksum32: 9CD78F6D86E33F1DB963FC544A25E50E6CA32BF01CF77EEC0D9146FEB29BA98D
checksum64: 266FB20B60D53ACD1BCEB5D02877614C510A9DFD39BED3434342B2187C7A0FC6

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git.install/tools/chocolateyInstall.ps1
Expand Up @@ -8,8 +8,8 @@ Set-InstallerRegistrySettings $pp

Stop-GitSSHAgent

$fileName32 = 'Git-2.32.0-32-bit.exe'
$fileName64 = 'Git-2.32.0-64-bit.exe'
$fileName32 = 'Git-2.32.0.2-32-bit.exe'
$fileName64 = 'Git-2.32.0.2-64-bit.exe'
$packageArgs = @{
PackageName = 'git.install'
FileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.32.0</version>
<version>2.32.0.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.portable/legal/VERIFICATION.txt
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://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/PortableGit-2.32.0-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/PortableGit-2.32.0-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/PortableGit-2.32.0.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/PortableGit-2.32.0.2-64-bit.7z.exe>
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:
checksum32: 29495A17A58EE5FB0345A18D25BF410BD2D1EAD86896BA9D2EECF0B690D78F0A
checksum64: CC561200EB89FDB19C75F901AEA2740FFA57A627A31C1A6EF86A8D37E3186275
checksum32: C186D5260025203FB862343BC16AE94722F2D23FB160F083B89B0A50F54B1424
checksum64: C5EFEC6E470DABFB97696DCE5F15C50A1173C14A8AE55D5A4CB144DD4C9CB68A

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git/git.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git</id>
<title>Git</title>
<version>2.32.0</version>
<version>2.32.0.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.32.0]" />
<dependency id="git.install" version="[2.32.0.2]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Expand Up @@ -6,5 +6,5 @@
"2.6": "2.6.10",
"2.7": "2.7.8",
"2.8": "2.8.10",
"2.9": "2.9.5"
"2.9": "2.9.7"
}
4 changes: 2 additions & 2 deletions automatic/juju/juju.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>juju</id>
<version>2.9.5</version>
<version>2.9.7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand All @@ -22,7 +22,7 @@
Juju is an application and service modelling tool that enables you to quickly model, configure, deploy and manage applications in the cloud with only a few commands. Use it to deploy hundreds of preconfigured services, OpenStack, or your own code to any public or private cloud.
]]></description>
<releaseNotes>https://discourse.charmhub.io/t/juju-2-9-5-release-notes</releaseNotes>
<releaseNotes>https://discourse.charmhub.io/t/juju-2-9-7-release-notes</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.9/2.9.5/+download/juju-setup-2.9.5.exe>
1. Go to <https://launchpad.net/juju/2.9/2.9.7/+download/juju-setup-2.9.7.exe>
to download the installer
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
checksum: D0D346A0D2E88A9DFDEC89DF2A97D47D63B8696DD583555B9BACC806D50E5599
checksum: F51FDA6797CE9D311579AB6E1894855B49CE3757E56C0694D55B88F0C3CB138F

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.9.5.exe"
file = "$toolsDir\juju-setup-2.9.7.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
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.3113/gvim_8.2.3113_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3113/gvim_8.2.3113_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3114/gvim_8.2.3114_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3114/gvim_8.2.3114_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: F9D05094ED4F4274DD4DB4ED0E9B857CCE5AE4B3E3369FD310D8E3BC95A37770
checksum64: DFF3D5771748D00475C5521C4DF2EC91D2B21C31733EAE46530D298126671CB0
checksum32: F01546069232DE0BACFF6066B6E7690A99FB194A127A4D8DFD00857541AFD2EB
checksum64: 007645A1AA46CFA167EE07C561AC3E52FA503CF8C9CA1282ECB4B7DBAB1C24D4
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.3113_x86.zip"
file64 = "$toolsDir\gvim_8.2.3113_x64.zip"
file = "$toolsDir\gvim_8.2.3114_x86.zip"
file64 = "$toolsDir\gvim_8.2.3114_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.3113</version>
<version>8.2.3114</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 454e3a9

Please sign in to comment.