Skip to content

Commit

Permalink
AU: 3 updated - chromium gnucash mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 8, 2024
1 parent fcc8d91 commit d6fbf6b
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 18 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": "128.0.6582.0-snapshots",
"snapshots": "128.0.6583.0-snapshots",
"stable": "126.0.6478.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>128.0.6582.0-snapshots</version>
<version>128.0.6583.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/1323951/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1323955/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: 1263C61A31E8840C7CB4ED1F90304ABE46359FC27220FE87F93BF268D2736168
checksum64: DC85BBD032DB5B46BA59153B7F54C7CF64014769EC6CFA2B8AED67DFF31E2AAD

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 = '128.0.6582.0-snapshots'
$version = '128.0.6583.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/1323949/mini_installer.exe'
checksum = 'D59F9FC39E43A6EF0BAD4951DF3FA68D8F83C9BEFC22E217B6E32E50F4F0C330'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1323955/mini_installer.exe'
checksum = '3FA57970E80168A53AD5FC01ECBC0A50D0835E686BC72BDA64AD1EF3172834FF'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
3 changes: 2 additions & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"5.4": "5.4",
"5.5": "5.5",
"5.6": "5.6",
"5.7": "5.7"
"5.7": "5.7",
"5.8": "5.8"
}
2 changes: 1 addition & 1 deletion automatic/gnucash/gnucash.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>gnucash</id>
<version>5.7</version>
<version>5.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gnucash</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>GnuCash</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gnucash/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.7/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.8/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.7/gnucash-5.7.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.8/gnucash-5.8.setup.exe/download>
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: 8C000A84246F08A193E9DA22D3AE760499F00FBE4FB77D310488C596715C1487
checksum: A8FDEAB6EA49DFB78FA5F6B638005B3E392A8D87C1ED6BC9B0F56EBB48EAA48F

The file 'LICENSE.txt' has been obtained from <https://github.com/Gnucash/gnucash/blob/7a0f0d57c809a2177d015ad4a961e2b1d34dfee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/gnucash/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\gnucash-5.7.setup.exe"
file = "$toolsPath\gnucash-5.8.setup.exe"

softwareName = 'GnuCash*'

Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-30-g5ced2dee3c-win64.msi
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-19-gca59302bd4-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 367DB6A28231A8E1DA3FEED28BD291AC41F16D7DB563CB4A2C00C4DDDC3B5F98
checksum64: 4C4FCBE2A2684284CA710D2923DDCC4E96BC35581420FE2E30D1E27E323A2423

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "2.4.1",
"alpha": "2.6-alpha-30",
"beta": "2.5-beta-16"
"beta": "2.5-beta-19"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.6-alpha-30</version>
<version>2.5-beta-19</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.6-alpha-30-g5ced2dee3c-win64.msi"
file64 = "$toolsPath\mixxx-2.5-beta-19-gca59302bd4-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit d6fbf6b

Please sign in to comment.