Skip to content

Commit

Permalink
AU: 4 updated - chromium gnucash mixxx vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 26, 2023
1 parent a687ed0 commit 217b5d4
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 29 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": "117.0.5853.0-snapshots",
"snapshots": "117.0.5854.0-snapshots",
"stable": "114.0.5735.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>117.0.5853.0-snapshots</version>
<version>117.0.5854.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/1162159/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1162160/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1162198/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1162200/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: E5F6518CD4772F1E0F85AD2613D877A6132897794D27A718AD96C71A3CD69A56
checksum64: 754C1AAC4EEB2756A09A01AB5961D286AFBBD3BD87EC7C93479A93AAC4D20469
checksum32: C91F148B50307890E462812A3CF56F945EF8B36CC88DFE988C59BF5AC02085C9
checksum64: 0BFB0207AEB2E9264777C3AC63470B943CB2D0C82FDEB381BBDED0958F3B8E32

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 = "117.0.5853.0-snapshots"
$version = "117.0.5854.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
3 changes: 2 additions & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"4.13": "4.13",
"4.14": "4.14",
"5.0": "5.0",
"5.1": "5.1"
"5.1": "5.1",
"5.2": "5.2"
}
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.1</version>
<version>5.2</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.1/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.2/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.1/gnucash-5.1.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.2/gnucash-5.2.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: 3DDC5547B5694A11A33E21E4110D1ADB908F04995637A54BFA930DF68C7DF014
checksum: 8299701F54D9B19743CBE90F1F369A4C998FD87436571D1B8FC630E7C71FFC13

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.1.setup.exe"
file = "$toolsPath\gnucash-5.2.setup.exe"

softwareName = 'GnuCash*'

Expand Down
8 changes: 4 additions & 4 deletions automatic/gnucash/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing

# We only grab the 5 latest updated folders, no need to take any more
$releasesUrls = $download_page.Links | ? href -match "\/[\d\.]+\/$" | select -First 5 -expand href | % { $domain + $_ }
$releasesUrls = $download_page.Links | Where-Object href -match "\/[\d\.]+\/$" | Select-Object -First 5 -expand href | ForEach-Object { $domain + $_ }

$streams = @{}
$releasesUrls | % {
$releasesUrls | ForEach-Object {
$download_page = Invoke-WebRequest -Uri $_ -UseBasicParsing
$re = '\.exe\/download$'
$url32 = $download_page.Links | ? href -match $re | select -expand href -First 1
$url32 = $download_page.Links | Where-Object href -match $re | Select-Object -expand href -First 1
if (!$url32) { return }

$verRe = 'h\-|(?:\-\d)?[\.\-]setup'
$version = $url32 -split "$verRe" | select -last 1 -skip 1
$version = $url32 -split "$verRe" | Select-Object -last 1 -skip 1
$version = Get-Version $version

if (!($streams.ContainsKey($version.ToString(2)))) {
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.5-alpha-52-ga5ae80ac68-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.5-alpha-53-g5f22560dce-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: 6BF6E3F80D7793BA78DF831F881EC1AEB6372001CCB1BE71EE2B3221570BEE72
checksum64: 039D190BC006BCF3E6D622FD11BDB0B7BC5A2107C7057A9E9F6EAC8846C0744F

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.3.5",
"alpha": "2.5-alpha-52",
"alpha": "2.5-alpha-53",
"beta": "2.4-beta-7"
}
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.5-alpha-52</version>
<version>2.5-alpha-53</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.5-alpha-52-ga5ae80ac68-win64.msi"
file64 = "$toolsPath\mixxx-2.5-alpha-53-g5f22560dce-win64.msi"

softwareName = 'Mixxx *'

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.1664/gvim_9.0.1664_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1664/gvim_9.0.1664_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1665/gvim_9.0.1665_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1665/gvim_9.0.1665_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: EB2965B654E2D871658D89353188803C1DFCA21087BDB1E49B5A4C2409AB6BEF
checksum64: 10633C4A62BFB4866AC1C05149A6D84D2B38EABD7A7B203FA522F7F139E9A717
checksum32: EA5459286F76AFA7799F81BDFD6A93E55AE2480403BBD65C8E371FE4137C7F94
checksum64: 77E9E1FDCCE8DAD24404AADFE9F6B530BB73CF27B98E9BC96D443E011128B659
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.1664_x86.zip"
file64 = "$toolsDir\gvim_9.0.1664_x64.zip"
file = "$toolsDir\gvim_9.0.1665_x86.zip"
file64 = "$toolsDir\gvim_9.0.1665_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.1664</version>
<version>9.0.1665</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 217b5d4

Please sign in to comment.