Skip to content

Commit

Permalink
AU: 3 updated - mixxx mkdocs-material qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 29, 2023
1 parent e2b17a3 commit c08ac77
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
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-39-ga1ed757c78-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.5-alpha-40-g24eee4547c-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: DFA5BCE5EC6A960C6C10284B0C4864F0D53D903ADA7ABA0FAFB37CB176BB8534
checksum64: 4E68633DBABB4ECA8E1EDCE465EE3C5421C9654FD47375A2170EB30E82D435B9

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,4 +1,4 @@
{
"stable": "2.3.5",
"alpha": "2.5-alpha-39"
"alpha": "2.5-alpha-40"
}
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-39</version>
<version>2.5-alpha-40</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-39-ga1ed757c78-win64.msi"
file64 = "$toolsPath\mixxx-2.5-alpha-40-g24eee4547c-win64.msi"

softwareName = 'Mixxx *'

Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>9.1.14</version>
<version>9.1.15</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.1.14'
$version = '9.1.15'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/mkdocs-material/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -UseBasicParsing -Uri $releases

$re = 'mkdocs\-material\/[\d\.]+\/$'
$url = $download_page.links | ? href -match $re | select -first 1 -expand href
$version = $url -split '\/' | select -last 1 -skip 1
$url = $download_page.links | Where-Object href -match $re | Select-Object -first 1 -expand href
$version = $url -split '\/' | Select-Object -last 1 -skip 1

$download_page = Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/squidfunk/mkdocs-material/raw/${version}/requirements.txt"
if ($download_page.content -match "mkdocs>=(\d+\.[\d\.]+)") {
Expand Down
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>4.5.2</version>
<version>4.5.3</version>
<authors>Christophe Dumez</authors>
<owners>chocolatey-community,nconrads</owners>
<summary>qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/qbittorrent/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer has been downloaded from the alternative sourceforge mirror listed
and can be verified like this:

1. Download the following installers:
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.5.2/qbittorrent_4.5.2_x64_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.5.3/qbittorrent_4.5.3_x64_setup.exe/download>
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: F2EC7FA4C5AE273D6D7181C0C9DF225EB8CE8E0E85577B236C7B335C093F2E71
checksum64: 99B0FCE9FCF8F384B435F4D685536FF2E4150224EF0391C581588BA55E75A138

File 'LICENSE.txt' is obtained from <https://github.com/qbittorrent/qBittorrent/blob/0070dcf5509e43c2c3457c4e3f1ed0b1ae087e36/COPYING>
2 changes: 1 addition & 1 deletion automatic/qbittorrent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'qbittorrent'
fileType = 'exe'
softwareName = 'qBittorrent*'
file64 = "$toolsDir\qbittorrent_4.5.2_x64_setup.exe"
file64 = "$toolsDir\qbittorrent_4.5.3_x64_setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/qbittorrent/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$releases = 'http://www.qbittorrent.org/download.php'

Expand Down Expand Up @@ -30,10 +30,10 @@ function global:au_GetLatest {
}

$re = 'setup\.exe\/download$'
$urls = $download_page.links | ? href -match $re | select -First 1 -expand href
$url64 = $urls | ? { $_ -match "x64" } | select -first 1
$urls = $download_page.links | Where-Object href -match $re | Select-Object -First 1 -expand href
$url64 = $urls | Where-Object { $_ -match "x64" } | Select-Object -first 1

$version64 = $url64 -split '[_]' | select -Last 1 -Skip 2
$version64 = $url64 -split '[_]' | Select-Object -Last 1 -Skip 2

return @{
URL64 = $url64
Expand Down

0 comments on commit c08ac77

Please sign in to comment.