Skip to content

Commit

Permalink
AU: 5 updated - brave dropbox musescore sourcetree vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 8, 2020
1 parent 4cfefb5 commit 4e55046
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.3.113",
"stable": "1.3.114",
"beta": "1.4.81-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.3.113</version>
<version>1.3.114</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.3.113/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.3.113/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.3.114/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.3.114/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: B1780FF160B0AB24EA394237BFDD78F37D0528E04A1C90805CB3A22D9976F210
checksum64: B9D4F115D7C8F8FD39FE3E8D70C0BCF27B8851AF4C0194B4D9C54685D6A3329A
checksum32: AD77D22037AB42FADB0880BA938B2B1FFF1914EBD3470122FE4CDD0B44DDBCDF
checksum64: E8195EC3E7DDF1007AEC2256785119F50AD970ED05D9FC86BAF5AA70823CB54D

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
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": "90.4.307-beta",
"beta": "91.3.534-beta",
"stable": "90.4.307"
}
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>90.4.307</version>
<version>91.3.534-beta</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 = '90.4.307'
$version = '91.3.534'

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%2090.4.307%20Offline%20Installer.exe'
checksum = '9e6c97d336ff114d7ef1b96060e571b2971e106874ff19698ba84daecf632445'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2091.3.534%20Offline%20Installer.exe'
checksum = 'd6b5578c68d258f96723f812d747e713aada3f6149be9aa9c318ca14f4e0acf9'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/musescore/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://musescore.org/en/download/musescore.msi>
and can be verified by doing the following:

1. Download the following <https://cdn.jsdelivr.net/musescore/v3.4.1/MuseScore-3.4.1-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v3.4.2/MuseScore-3.4.2-x86_64.msi>
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: 7980797216C332C5EAB6B702BDC2280933122FC5EF04A0FB9E970EABD2404E3F
checksum: 8D2FC9D79CB0A5B0A8A5CCBB8EC80A972D1ECD264CB416C75AE42AB0B8B6D475

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/cb43b90e5af01ab09730ab7b6e1db9722afb1169/LICENSE.GPL>
4 changes: 2 additions & 2 deletions automatic/musescore/musescore.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>musescore</id>
<version>3.4.1</version>
<version>3.4.2</version>
<title>MuseScore</title>
<owners>chocolatey</owners>
<authors>MuseScore developers</authors>
Expand All @@ -19,7 +19,7 @@ MuseScore runs on Windows, MacOS, and Linux, and is available in over 40 differe
]]></description>
<summary>Free music composition &amp; notation software</summary>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-341</releaseNotes>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-342</releaseNotes>
<copyright>MuseScore BVBA</copyright>
<mailingListUrl>https://musescore.org/en/forum</mailingListUrl>
<bugTrackerUrl>https://musescore.org/en/project/issues/musescore</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/musescore/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 = 'msi'
file = "$toolsPath\MuseScore-3.4.1-x86_64.msi"
file = "$toolsPath\MuseScore-3.4.2-x86_64.msi"
softwareName = 'MuseScore*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/sourcetree/sourcetree.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sourcetree</id>
<title>Sourcetree for Windows Enterprise</title>
<version>3.3.6</version>
<version>3.3.8</version>
<authors>Atlassian</authors>
<owners>chocolatey</owners>
<projectUrl>http://www.sourcetreeapp.com</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Sourcetree simplifies how you interact with your Git repositories so you can foc
- Does not prompt to install global ignore files.
- Update notifications are disabled.
]]></description>
<releaseNotes>https://product-downloads.atlassian.com/software/sourcetree/windows/ga/ReleaseNotes_3.3.6.html</releaseNotes>
<releaseNotes>https://product-downloads.atlassian.com/software/sourcetree/windows/ga/ReleaseNotes_3.3.8.html</releaseNotes>
<tags>git mercurial client admin freeware cross-platform</tags>
<dependencies>
<dependency id="dotnet4.7.1" version="4.7.2558.0" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/sourcetree/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ $packageArgs = @{
fileType = 'msi'
silentArgs = "/qn /norestart ACCEPTEULA=1 /l*v `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`""
validExitCodes= @(0,1641,3010)
url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.3.6.msi'
checksum = 'f62d6498fd4433ee55bee7e9dc0af452bed990ae39b3badd9de64a38b3e39dcf'
url = 'https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.3.8.msi'
checksum = 'ae79bf4b432421c2fd44299f2fca0fe29aa63cf3941ba73711b14358830450e7'
checksumType = 'sha256'
url64bit = ''
checksum64 = ''
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.0227/gvim_8.2.0227_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0227/gvim_8.2.0227_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0230/gvim_8.2.0230_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0230/gvim_8.2.0230_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: DF578B92769200A6BE21B611EF5661B77B87FA3C0E9C713CD3005C8D285F76C3
checksum64: 206B1A685967454525C3B3796A3AD0C40B97A439E3F3A9434E333A4D1F0A0A62
checksum32: F75A08EFBA0ED8324894A6511D7274E4AF8C5BF2B9E3A5929D981148917022E1
checksum64: B4B0D0E6B749FF67372F82313E5CC836E07AB79D983C40AE64FF34B4D755ABAB
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.0227_x86.zip"
file64 = "$toolsDir\gvim_8.2.0227_x64.zip"
file = "$toolsDir\gvim_8.2.0230_x86.zip"
file64 = "$toolsDir\gvim_8.2.0230_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.0227</version>
<version>8.2.0230</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 4e55046

Please sign in to comment.