Skip to content

Commit

Permalink
AU: 6 updated - chromium dropbox julia notepadplusplus notepadplusplu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 17, 2022
1 parent 641c69d commit 031200d
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 41 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "110.0.5424.0-snapshots",
"snapshots": "110.0.5425.0-snapshots",
"stable": "107.0.5304.88"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>110.0.5424.0-snapshots</version>
<version>110.0.5425.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1072391/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1072459/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1072979/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1072954/mini_installer.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
checksum32: FA3FEB037A5C3EC9D73877A3D40AC48A4EBD3AF732D2E48796D87A791CF9509E
checksum64: 83D868E14CE19173CDD72E6551717AA1CF07FCB4DBDFAE669D309BBC5E358B5E
checksum32: BD179D160722EFA77CA5A4DB09038E51EF66F973EB15FA628F789DF90FF32636
checksum64: 96D187627CDB475E13BA4DC6583B3186B87BE2C3482B9506080CF64DC72C6BD4

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "110.0.5424.0-snapshots"
$version = "110.0.5425.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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": "162.3.5368-beta",
"beta": "162.3.5401-beta",
"stable": "161.4.4923"
}
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>162.3.5368-beta</version>
<version>162.3.5401-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
12 changes: 6 additions & 6 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '162.3.5368'
$version = '162.3.5401'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,13 +13,13 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.3.5368%20Offline%20Installer.x86.exe'
url64 = ''
checksum = 'ca55cc7b54e7087a4dcf5eead4e41c33ffbd6248ab2fb8aa8259afe0777f9d21'
checksum64 = ''
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.3.5401%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.3.5401%20Offline%20Installer.x64.exe'
checksum = '68fc8d6728acda0e3901b88e9f69a4f96024bb32fd03591b3a08507346792e06'
checksum64 = 'a967d1c4ee8cf9ff9c86ad21e2ec1062d5c77d72449008c0d40b327a4ff32f0f'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = ''
checksumType64 = 'sha256'
silentArgs = '/s'
validExitCodes = @(0, 1641, 3010)
}
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.8.2</version>
<version>1.8.3</version>
<title>Julia programming language</title>
<authors>Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors</authors>
<owners>chocolatey-community, 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.8.2</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.8.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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.8/julia-1.8.2-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.8/julia-1.8.2-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.8/julia-1.8.3-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.8/julia-1.8.3-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: 9497B372439A75EEAEB0C51521802E6CF9113C673B0483A426206C9235C0FD0F
checksum64: 248AF521126DCF25364ABE9E6BB875DF836DA232B9408E49DCDBFE8105054557
checksum32: 725669EA9C380DC0688D99D23F09607A2F82EDB4AC028865767C52D3FBE93B49
checksum64: 1E5CC98BF83028809F6E37D205DF660E3FB27D35E95C88944C1106A6710CD909

File 'LICENSE.txt' is obtained from <https://github.com/JuliaLang/julia/blob/master/LICENSE.md>
6 changes: 3 additions & 3 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.8.2-win32.exe"
file64 = "$toolsDir\julia-1.8.2-win64.exe"
file = "$toolsDir\julia-1.8.3-win32.exe"
file64 = "$toolsDir\julia-1.8.3-win64.exe"

softwareName = 'Julia*'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
$packageVersion = "1.8.2"
$packageVersion = "1.8.3"

Install-ChocolateyInstallPackage @packageArgs

Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.5/npp.8.4.5.portable.7z>
64-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.5/npp.8.4.5.portable.x64.7z>
32-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.portable.7z>
64-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.portable.x64.7z>
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: 558EB7F73F39372FF296952FE024D1569D071BA83AF7BA59E1D5321F2E95E2F6
checksum64: 7DFC7A301A0D890726269EC4AC4B2200BD328EA879E660CCFB921735E32670B8
checksum32: 81D1190B9EB0A0A2A536A1557DD55D33F124445297396D599EBC79DF2A7833FE
checksum64: A39AAAA8DA2DB073A357F1081572A446E0963BA0C12557AEA4699B113CBEEEE2

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>8.4.5</version>
<version>8.4.7</version>
<authors>Don Ho</authors>
<owners>chocolatey-community</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -36,6 +36,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
* Starting in v8.3.3.20220321 and above the Notepad++ process will be closed during upgrade and uninstalls.
This may in rare cases result in data loss if there are unsaved text files open. Make sure all files are
saved before upgrading or uninstalling this package.
* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<projectUrl>https://notepad-plus-plus.org/</projectUrl>
<tags>notepad notepadplusplus notepad-plus-plus editor text development foss</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\npp.8.4.5.portable.7z"
file64 = "$toolsPath\npp.8.4.5.portable.x64.7z"
file = "$toolsPath\npp.8.4.7.portable.7z"
file64 = "$toolsPath\npp.8.4.7.portable.x64.7z"
destination = $toolsPath
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.5/npp.8.4.5.Installer.exe>
64-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.5/npp.8.4.5.Installer.x64.exe>
32-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.exe>
64-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.x64.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
checksum32: 71C8BEB31074C53A59927F1874F0CCE19BED8FD3BE9EDD93164511EB717C581C
checksum64: 69C679D75BD877E0A66697D6D04F24A7E9F136A117B7B5022BE8536A2734924D
checksum32: FF623F0A7683124AAB9628270A5B093A5F89735C9BC5E82EC218AF1B288CEF5A
checksum64: 515D2C71ECE7C4C7432794B9E1BB6FCF60FDAA2E499744C09AF113C65D6DBB68

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.install</id>
<title>Notepad++ (Install)</title>
<version>8.4.5</version>
<version>8.4.7</version>
<authors>Don Ho</authors>
<owners>chocolatey-community</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -36,6 +36,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
* Starting in v8.3.3.20220321 and above the Notepad++ process will be closed during install, upgrade and uninstalls.
This may in rare cases result in data loss if there are unsaved text files open. Make sure all files are
saved before installing, upgrading or uninstalling this package.
* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<projectUrl>https://notepad-plus-plus.org/</projectUrl>
<tags>notepad notepadplusplus notepad-plus-plus editor text development foss</tags>
Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\npp.8.4.5.Installer.exe"
file64 = "$toolsPath\npp.8.4.5.Installer.x64.exe"
file = "$toolsPath\npp.8.4.7.Installer.exe"
file64 = "$toolsPath\npp.8.4.7.Installer.x64.exe"
softwareName = 'Notepad\+\+*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>8.4.5</version>
<version>8.4.7</version>
<authors>Don Ho</authors>
<owners>chocolatey-community</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -33,7 +33,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
## Notes
- To force the installation of x32 version, use the `--x86` argument with `choco install`.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<projectUrl>https://notepad-plus-plus.org/</projectUrl>
<tags>notepad notepadplusplus notepad-plus-plus editor text development foss</tags>
Expand All @@ -44,7 +44,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
<dependencies>
<dependency id="notepadplusplus.install" version="[8.4.5]" />
<dependency id="notepadplusplus.install" version="[8.4.7]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit 031200d

Please sign in to comment.