Skip to content

Commit

Permalink
AU: 3 updated - chromium octave.portable vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 30, 2022
1 parent 1c8e770 commit af05956
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 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": "106.0.5209.0-snapshots",
"snapshots": "106.0.5210.0-snapshots",
"stable": "103.0.5060.134"
}
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>106.0.5209.0-snapshots</version>
<version>106.0.5210.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/1029581/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1029646/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1029897/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1029906/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: 694C2940435DABF4C01233CFA7CBF0ABA73AA3ECC80579683C8403F17F12CE2E
checksum64: 0AE6928A09DF17EC87AF795F20FB76D72B5263C04E2BCC57262E7E72414F9798
checksum32: 171D4E1BE396017CEE25A7724B6831E35DB7AFD962D8A4137F9876A9C5B50301
checksum64: AC35D3D610E3A7366D9861719606D5ACD8288BF07F7DCEBE6F0FB4AB49CABBF8

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 = "106.0.5209.0-snapshots"
$version = "106.0.5210.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/octave.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://www.gnu.org/software/octave/download.html>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w32.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w64.7z>
32-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w32.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w64.7z>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 6186416f058e9d673740da467c6f995e3ebdb2fa43f57c2bb46a571c10b41d7c
checksum64: f39581115c0cdd83c5546e9781e28cec1828c08478358d4326993a82a8908630
checksum32: 42bdc77cc1ac60b302e308f528f85da29026170a5b496928fbcb4799feee6b2a
checksum64: f07ba521eebcd0a3d61e547608fb4a45d7905d87e51c3ee0c145f23739ec709c

File 'gpl-3.0.txt' is obtained from <https://www.gnu.org/software/octave/license.html>
4 changes: 2 additions & 2 deletions automatic/octave.portable/octave.portable.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>octave.portable</id>
<version>7.1.0</version>
<version>7.2.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/octave.portable</packageSourceUrl>
<owners>chocolatey-community,dgalbraith,Andrei Bejenaru</owners>
<title>GNU Octave (Portable)</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ Example: `choco install octave.install --params "/DesktopIcon /StartMenu /LocalU
* The package makes Octave available through the `octave` (GUI) and `octave-cli` (CLI) shims following installation
]]></description>
<releaseNotes>https://www.gnu.org/software/octave/news/release/2021/10/30/octave-6.4.0-released.html</releaseNotes>
<releaseNotes>https://www.gnu.org/news/release/2022/04/06/octave-7.1.0-released.html</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/octave.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '7.1.0'
$version = '7.2.0'

$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$progDir = "$toolsDir\octave"
Expand All @@ -10,10 +10,10 @@ $osBitness = Get-OSArchitectureWidth
$packageArgs = @{
PackageName = 'octave.portable'
UnzipLocation = $toolsDir
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w32.7z'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.1.0-w64.7z'
Checksum = '6186416f058e9d673740da467c6f995e3ebdb2fa43f57c2bb46a571c10b41d7c'
Checksum64 = 'f39581115c0cdd83c5546e9781e28cec1828c08478358d4326993a82a8908630'
Url = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w32.7z'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-7.2.0-w64.7z'
Checksum = '42bdc77cc1ac60b302e308f528f85da29026170a5b496928fbcb4799feee6b2a'
Checksum64 = 'f07ba521eebcd0a3d61e547608fb4a45d7905d87e51c3ee0c145f23739ec709c'
ChecksumType = 'sha256'
ChecksumType64 = 'sha256'
}
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/v9.0.0103/gvim_9.0.0103_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0103/gvim_9.0.0103_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0107/gvim_9.0.0107_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0107/gvim_9.0.0107_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: 418338ABF89A6A2E974AEA11FC5EB54D53F09FF43814550B8534D89E3D5B3991
checksum64: C774CBD991640CD405348AEDAE63BD72647D41C8431C7483E134EF770674BB82
checksum32: CDF0A5F523F5A634B10AB300CA5FC50E588C1698B210E2975968BC84411E2927
checksum64: EDFAFE71941084BE3FD41CE1C70BD9BB118D12F555AF79A804CA3996125AEB6C
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_9.0.0103_x86.zip"
file64 = "$toolsDir\gvim_9.0.0103_x64.zip"
file = "$toolsDir\gvim_9.0.0107_x86.zip"
file64 = "$toolsDir\gvim_9.0.0107_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>9.0.0103</version>
<version>9.0.0107</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 af05956

Please sign in to comment.