From ecaf83c8cbc0b8693868d7ec24f0114740d17c01 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 16 Jun 2024 00:17:45 +0000 Subject: [PATCH] AU: 2 updated - mixxx scribus [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/7046158d5800a46c9a1557b9fa50f292b2f6c190 --- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- automatic/scribus/legal/VERIFICATION.txt | 4 ++-- automatic/scribus/scribus.nuspec | 2 +- automatic/scribus/tools/chocolateyInstall.ps1 | 8 ++++---- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index bdfe198d6f8..d684c63ef4e 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-16-g7931a0756c-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-17-g5056f56f50-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 439406ABB32E538628A961279A8DA9B49C44FB834A2BFFDFEAD32B53D086F8B4 + checksum64: F1BF08008651AC404A5730AC0679A69993874D40A69E0E7FCCBACFC2452DECBC File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index d905b9c6fb5..e09fd763973 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,5 +1,5 @@ { "stable": "2.4.1", - "alpha": "2.6-alpha-16", + "alpha": "2.6-alpha-17", "beta": "2.4-beta-7" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index bc7b458e4ec..8add9deacdb 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.6-alpha-16 + 2.6-alpha-17 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 91d76a4efb2..98f6885e897 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -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-16-g7931a0756c-win64.msi" + file64 = "$toolsPath\mixxx-2.6-alpha-17-g5056f56f50-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/scribus/legal/VERIFICATION.txt b/automatic/scribus/legal/VERIFICATION.txt index 4f21dbed380..d9e3ef33a57 100644 --- a/automatic/scribus/legal/VERIFICATION.txt +++ b/automatic/scribus/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ and can be verified by doing the following: 1. Download the following: 32-Bit software: NOT INCLUDED IN PACKAGE - 64-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' @@ -16,6 +16,6 @@ and can be verified by doing the following: checksum type: sha256 checksum32: NOT INCLUDED IN PACKAGE - checksum64: 1197587EBAF4622F348DA594F3D96442847024476F078B1C1B515A736A507181 + checksum64: 6D83526A6FF88208E52C474ECBC8B714EE51D8E5E1672CD6527B98D9C4977706 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/scribus/scribus.nuspec b/automatic/scribus/scribus.nuspec index 8615894e496..b7f5e4ec9ea 100644 --- a/automatic/scribus/scribus.nuspec +++ b/automatic/scribus/scribus.nuspec @@ -3,7 +3,7 @@ scribus - 1.6.1 + 1.6.2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/scribus chocolatey-community Scribus diff --git a/automatic/scribus/tools/chocolateyInstall.ps1 b/automatic/scribus/tools/chocolateyInstall.ps1 index e72005c59b7..5b087365ffc 100644 --- a/automatic/scribus/tools/chocolateyInstall.ps1 +++ b/automatic/scribus/tools/chocolateyInstall.ps1 @@ -1,14 +1,14 @@ -$ErrorActionPreference = 'Stop' +$ErrorActionPreference = 'Stop' $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = '' - checksum = '' + url = 'https://sourceforge.net/projects/scribus/files/scribus/1.6.2/scribus-1.6.2-windows.exe/download' + checksum = '57065CFAC522F6FA3D08DE070DF8A0BF84BAA8EEC881F4098A31C2A08A9690D6' checksumType = 'sha256' - file64 = "$toolsPath\scribus-1.4.8-windows-x64.exe" + file64 = "$toolsPath\scribus-1.6.2-windows-x64.exe" softwareName = 'Scribus*' silentArgs = '/S' validExitCodes = @(0)