Skip to content

Commit

Permalink
AU: 4 updated - chromium jenkins Opera picard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 4, 2024
1 parent d390373 commit aaaff49
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 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": "130.0.6698.0-snapshots",
"stable": "128.0.6613.114"
"stable": "128.0.6613.120"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>130.0.6698.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>128.0.6613.120</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/1350588/mini_installer.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v128.0.6613.120-r1331488/mini_installer.sync.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: FD4914144C490860ED6188107451A9ED1ECF20E321BC0A2DB7CD15558D9C4AC6
checksum64: 9BC1D500E715F1F3154A49CD4FC5499F61FBECFEA15F44D98A401E09FFE9D73D

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 = '130.0.6698.0-snapshots'
$version = '128.0.6613.120'
$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/1350595/mini_installer.exe'
checksum = 'D9440E8E060F8384CC4A03CBB14B345A2D44A124C7C75C7A31BE415A406B6CC7'
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/jenkins/jenkins.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>jenkins</id>
<version>2.462.1</version>
<version>2.462.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/jenkins</packageSourceUrl>
<owners>chocolatey-community,pauby,johnypony3</owners>
<title>Jenkins</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jenkins/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from their official download link from <https://www.jenkins.io/download/>

1. Download the file via:
64-Bit: <http://mirrors.jenkins-ci.org/windows-stable/2.462.1/jenkins.msi>
64-Bit: <http://mirrors.jenkins-ci.org/windows-stable/2.462.2/jenkins.msi>
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
checksum64: 217AA7EB48910E8DC3870736C391DFC8F455AD89E386818799A47438F5A5341E
checksum64: 1ACE96CA547D49175C0860022DBD1E1690E99BCA08066C0CB3137D21EA52655E

File 'LICENSE.txt' is obtained from <https://github.com/jenkinsci/jenkins/blob/master/LICENSE.txt>
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>113.0.5230.55</version>
<version>113.0.5230.62</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'`
- **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>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-113/#b5230.55</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-113/#b5230.62</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/113.0.5230.55/win/Opera_113.0.5230.55_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/113.0.5230.55/win/Opera_113.0.5230.55_Setup_x64.exe'
checksum = 'ed1ed28971c2d3a26c45caca84327ef15e9081383f630ebdb94fe8a1efcfdbfe'
checksum64 = '69f3e56103d85990942854cb376fd19733524db8130f4b1a52bfca07d81cb645'
url = 'https://get.geo.opera.com/pub/opera/desktop/113.0.5230.62/win/Opera_113.0.5230.62_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/113.0.5230.62/win/Opera_113.0.5230.62_Setup_x64.exe'
checksum = '67bfc9c57cf81186c03a1ae25ec2c4f13a0fafd712969b1162d3d0c0f8c351bd'
checksum64 = '95a686e917c50b62d2e271af7bf4812a1885269131fb2d3a237cdfd0a77a57fb'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '113.0.5230.55'
$version = '113.0.5230.62'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/picard/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://picard.musicbrainz.org/downloads/>
and can be verified by doing the following:

1. Download the following <https://data.musicbrainz.org/pub/musicbrainz/picard/picard-setup-2.12.2.exe>
1. Download the following <https://data.musicbrainz.org/pub/musicbrainz/picard/picard-setup-2.12.3.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
checksum: 12E9F2F532927C5717F17AD9EFD404994560DDE1039C9786F31FFB831F2063F6
checksum: EF950F52461097D5E640B40F3668127F91A7FAC3E0E0AF02F66D656D4674970E

The file 'LICENSE.txt' has been obtained from <https://github.com/metabrainz/picard/blob/eeb586b392a5a7dc63d64ba697374ea37e6e122a/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/picard/picard.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>picard</id>
<version>2.12.2</version>
<version>2.12.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/picard</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>MusicBrainz Picard</title>
Expand Down

0 comments on commit aaaff49

Please sign in to comment.