Skip to content

Commit

Permalink
AU: 5 updated - calibre googlechromebeta julia musescore vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 27, 2019
1 parent d715886 commit 6d19d88
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>4.3.0</version>
<version>4.4.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/4.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/4.3.0/calibre-4.3.0.msi>
64-Bit software: <https://download.calibre-ebook.com/4.3.0/calibre-64bit-4.3.0.msi>
32-Bit software: <https://download.calibre-ebook.com/4.4.0/calibre-4.4.0.msi>
64-Bit software: <https://download.calibre-ebook.com/4.4.0/calibre-64bit-4.4.0.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
checksum32: 094B5E95C5734B8A23A424056A45B9D1A36111B4C75A30C4BD7186935AB6A369
checksum64: 4AAC664D2C1EC4744D4EF6D46426EBC4F5943121114CA1B71246917DE8E5C86E
checksum32: 2A13B2F5E3283D53F94CC317CE6F1CB83CEE25D1D69176E455AE8B0AE3A13A2E
checksum64: E2764498EEE61B55DC51EAC5C6A6FF2B7A7D099D161E664DB98A29143B227F20

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-4.3.0.msi"
file64 = "$toolsPath\calibre-64bit-4.3.0.msi"
file = "$toolsPath\calibre-4.4.0.msi"
file64 = "$toolsPath\calibre-64bit-4.4.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>79.0.3945.45-beta</version>
<version>79.0.3945.56-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '79.0.3945.45-beta'
$version = '79.0.3945.56-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '0a6175c0dc0e49dccca4d810e05f8afbfc76539f6a96e58da6ab457d7edb0777'
checksum64 = 'd1f5c827f9d299030c12a2ff44223f00920c7a1b64ffb5d636dcd3fae86ae659'
checksum = '5a20c096af87ef542e2ce3be2cbf433f625857a1704b36da601fb885f6269733'
checksum64 = 'e374674b1907a7d92d9a1789a76e428dea87674307d777f2c442079e8308d607'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/julia/julia.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>julia</id>
<version>1.2.0</version>
<version>1.3.0</version>
<title>Julia programming language</title>
<authors>Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors</authors>
<owners>chocolatey, FlorianRappl, drel</owners>
<licenseUrl>https://github.com/JuliaLang/julia/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://julialang.org</projectUrl>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.2.0</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.3.0</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/julia</packageSourceUrl>
<projectSourceUrl>https://github.com/JuliaLang/julia</projectSourceUrl>
<docsUrl>http://docs.julialang.org/</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/julia/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Julia download page on <https://juli
and can be verified like this:

1. Download the following:
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.2/julia-1.2.0-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.2/julia-1.2.0-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.3/julia-1.3.0-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.3/julia-1.3.0-win64.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: sha256
checksum32: 8E4B39F64C350C13638737D60CAB30F820BB7A21F398FD08AFD5DA5EBCE1EEA4
checksum64: 7B122501CCCE7B66D5E9E7E93FE29C3BE8479F9BBDF2B0C9DAA7E5572341DA7A
checksum32: 4B5FF1AA717048A365318C67F1FA042443EDD1BE1B83EB52A9DD9EB0A8141364
checksum64: 35AF4B93188B2404A78026B583C7F010ECB17DF2EABB9FC32DE4737DE28F31D5

File 'LICENSE.txt' is obtained from <https://github.com/JuliaLang/julia/blob/master/LICENSE.md>
10 changes: 5 additions & 5 deletions automatic/julia/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\julia-1.2.0-win32.exe"
file64 = "$toolsDir\julia-1.2.0-win64.exe"
file = "$toolsDir\julia-1.3.0-win32.exe"
file64 = "$toolsDir\julia-1.3.0-win64.exe"

softwareName = 'Julia*'

silentArgs = '/S'
validExitCodes= @(0)
}
$packageVersion = "1.2.0"
$packageVersion = "1.3.0"

Install-ChocolateyInstallPackage @packageArgs

Expand All @@ -22,11 +22,11 @@ Get-ChildItem $toolsDir\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-

# Find the executable of current installed version
[array]$keysCurrentVersion = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName'] | Where-Object {
($_.DisplayName -split "\s+" | select -last 1) -eq $packageVersion
($_.DisplayName -split "\s+" | Select-Object -last 1) -eq $packageVersion
}

if ($keysCurrentVersion.Count -eq 0) { Write-Warning "Can't find Julia install location"; return }
$executableLocation = $($keysCurrentVersion | select -First 1).DisplayIcon
$executableLocation = $($keysCurrentVersion | Select-Object -First 1).DisplayIcon
Write-Host "Julia installed to '$executableLocation'"

Install-BinFile 'julia' $executableLocation
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.3.2/MuseScore-3.3.2-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v3.3.3/MuseScore-3.3.3-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: 8D0019E96E867412F9F1A97EC9AFD1AEFEEEA4DC42CDF1DC9CF74F70074537C9
checksum: 85BE9F39A69552DC8B726ED61338ED4CDC0FDF1F5D8BA918F8E940A6AB6038E3

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.3.2</version>
<version>3.3.3</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-332</releaseNotes>
<releaseNotes>https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-333</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.3.2-x86_64.msi"
file = "$toolsPath\MuseScore-3.3.3-x86_64.msi"
softwareName = 'MuseScore*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
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.1.2342/gvim_8.1.2342_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2342/gvim_8.1.2342_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2351/gvim_8.1.2351_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2351/gvim_8.1.2351_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: 79F323B87B9659F68AEEAEF24FC231831AAB4B7FE7912069E944B8B0FFCD87E6
checksum64: F8987BC86CA6832C42FD17B5FC943D1DDFCBC7DD88A47E95FB859EFD16FBBB86
checksum32: 61CA00636CBA170ADD37C621B161E5EB821CFB51A177DF0F44721F58BB023F5D
checksum64: C65D496092895912B6E7B652E9F4114A0FDD2B57CE3B14DBE4521F7CD46923AB
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.1.2342_x86.zip"
file64 = "$toolsDir\gvim_8.1.2342_x64.zip"
file = "$toolsDir\gvim_8.1.2351_x86.zip"
file64 = "$toolsDir\gvim_8.1.2351_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.1.2342</version>
<version>8.1.2351</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 6d19d88

Please sign in to comment.