Skip to content

Commit

Permalink
AU: 3 updated - chromium vim wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 28, 2023
1 parent 8cbd972 commit 3faf564
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 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": "116.0.5796.0-snapshots",
"snapshots": "116.0.5797.0-snapshots",
"stable": "113.0.5672.127"
}
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>116.0.5796.0-snapshots</version>
<version>116.0.5797.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/1150052/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1150052/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1150086/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1150086/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: 915B689369085451D6B4A770ABC70B50C1691A4D4ED6439FA9E90AE8F01B0555
checksum64: AB67784D49F376C4F98A05991434116B6D37862FBC9C66CC96B0E453E7C9DC94
checksum32: 7BD67A75A511D90CCC127802B095AADAC2D42BCF7EC1D4C70D5A3CD41DD822B0
checksum64: 283A2336633F321B35AC4477DDC70C6BB26A7DAD2ECFC7C8D3E3F637F51D301D

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 = "116.0.5796.0-snapshots"
$version = "116.0.5797.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/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.1580/gvim_9.0.1580_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1580/gvim_9.0.1580_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1585/gvim_9.0.1585_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1585/gvim_9.0.1585_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: 28075A0BF80B93501B920B902000F87F97E6E634907AEA2745F0451C52FC4ADE
checksum64: 23B484EEA981E43B50B07E37BF8DDB4DC15DBA1194F6AA59C4C4B3B93F6371CC
checksum32: A38E1709036968495F82239BD50558FC80D2F70FEF36ADA693A7B4E83626437E
checksum64: D1B0267C804F0730177AE18295977482FECCA08A342420EA576297524841FDFF
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.1580_x86.zip"
file64 = "$toolsDir\gvim_9.0.1580_x64.zip"
file = "$toolsDir\gvim_9.0.1585_x86.zip"
file64 = "$toolsDir\gvim_9.0.1585_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.1580</version>
<version>9.0.1585</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
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.16/wesnoth-1.17.16-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.17/wesnoth-1.17.17-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = 'bb32908541243bddf72c3ca2623ea7eaa77b307d315485ec5bd7ae653bc3ea01'
checksum = '35c128b77f15b2f01026d4e58a4e7d3c5d7da9dd47bbc3e9f7d04494c77bdf7b'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
10 changes: 5 additions & 5 deletions automatic/wesnoth/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ function global:au_GetLatest {
"beta" = @{ re = "\/files\/wesnoth\/.*\.exe\/download$"; suffix = "-beta" }
}

$reStreams.Keys | % {
$reStreams.Keys | ForEach-Object {
$value = $reStreams[$_]
$url32 = $download_page.Links | ? href -match $value.re | select -first 1 -expand href
$url32 = $download_page.Links | Where-Object href -match $value.re | Select-Object -first 1 -expand href

if (!$url32 -and $_ -eq 'beta') { return; } # We'll ignore missing beta versions on the page

$verRe = '[-]'
$version32 = $url32 -split "$verRe" | select -last 1 -skip 1
$version32 = $url32 -split "$verRe" | Select-Object -last 1 -skip 1
if ($value.suffix) { $version32 += $value.suffix }

$fileName32 = $url32 -split '\/' | select -last 1 -skip 1
$fileName32 = $url32 -split '\/' | Select-Object -last 1 -skip 1

$checksum_page = Invoke-WebRequest -Uri "https://files.wesnoth.org/releases/${fileName32}.sha256" -UseBasicParsing

$checksum32 = $checksum_page -split ' ' | select -first 1
$checksum32 = $checksum_page -split ' ' | Select-Object -first 1

$streams.Add($_, @{
URL32 = $url32
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.16.9",
"beta": "1.17.16-beta"
"beta": "1.17.17-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.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>wesnoth</id>
<version>1.17.16-beta</version>
<version>1.17.17-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 3faf564

Please sign in to comment.