Skip to content

Commit

Permalink
AU: 3 updated - chromium octave.portable vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 14, 2024
1 parent 0c5c599 commit 461080a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 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": "133.0.6894.0-snapshots",
"snapshots": "133.0.6895.0-snapshots",
"stable": "131.0.6778.140"
}
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>133.0.6894.0-snapshots</version>
<version>133.0.6895.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1395758/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1396180/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
checksum64: 0B467CF69CD87271FC1D613257F61C139D389C26FBAD0472C7B2D813F6644412
checksum64: 001BA5CCDC849DA7B58F2DD2703945FD11A49744C17B0C64821423FFE9F06ED1

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

$version = '133.0.6894.0-snapshots'
$version = '133.0.6895.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1395752/mini_installer.exe'
checksum = '13600D6520523FFBBE5EA8CB6D5BEE70BA566B45609A0546F048C9D7A89CBC8D'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1396194/mini_installer.exe'
checksum = 'D43A344D64FDC25A228B521C4D6A54B4D2F9F56F6D1AE02B2DC34BBDB876F4BC'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
4 changes: 2 additions & 2 deletions automatic/octave.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ location on <https://www.gnu.org/software/octave/download.html>
and can be verified by doing the following:

1. Download the following:
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-9.2.0-w64.7z>
64-bit software: <https://ftp.gnu.org/gnu/octave/windows/octave-9.3.0-w64.7z>

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

checksum type: sha256
checksum64: 735455b1dc365f77d0eb1fbaf5b210676accfb3a5d0c13f1032644ab20829c08
checksum64: d71ce5c4980955e9fb94db2586735df3239865942e2263a0e8ab8c1940146944

File 'gpl-3.0.txt' is obtained from <https://www.gnu.org/software/octave/license.html>
2 changes: 1 addition & 1 deletion 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>9.2.0</version>
<version>9.3.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
6 changes: 3 additions & 3 deletions automatic/octave.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '9.2.0'
$version = '9.3.0'

$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$progDir = "$toolsDir\octave"
Expand All @@ -9,8 +9,8 @@ $progDir = "$toolsDir\octave"
$packageArgs = @{
PackageName = 'octave.portable'
UnzipLocation = $toolsDir
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-9.2.0-w64.7z'
Checksum64 = '735455b1dc365f77d0eb1fbaf5b210676accfb3a5d0c13f1032644ab20829c08'
Url64 = 'https://ftp.gnu.org/gnu/octave/windows/octave-9.3.0-w64.7z'
Checksum64 = 'd71ce5c4980955e9fb94db2586735df3239865942e2263a0e8ab8c1940146944'
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.1.0919/gvim_9.1.0919_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0919/gvim_9.1.0919_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0924/gvim_9.1.0924_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0924/gvim_9.1.0924_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: 3D6F6C8ECBAABE861036DC6B7CF9FB66810A7F9640B583D4690B4803A4711ED1
checksum64: 88228D359B17F2AF8571980DD5794D3AB6AB49FF9E9417B8A803AA1FAE3A8D41
checksum32: 51A01AC944E1F0B04B2782AC266B7E76C4459C6B912D7BAABC1A3C0A0F4EF90C
checksum64: C139AD113CCEBBE270E7A631B5F34283AD87BE0F3A44F8C6074E1D0A7010EF32
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.1.0919_x86.zip"
file64 = "$toolsDir\gvim_9.1.0919_x64.zip"
file = "$toolsDir\gvim_9.1.0924_x86.zip"
file64 = "$toolsDir\gvim_9.1.0924_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.1.0919</version>
<version>9.1.0924</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 461080a

Please sign in to comment.