Skip to content

Commit

Permalink
AU: 2 updated - mixxx scribus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 16, 2024
1 parent 7ec8828 commit ecaf83c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.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.

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: 439406ABB32E538628A961279A8DA9B49C44FB834A2BFFDFEAD32B53D086F8B4
checksum64: F1BF08008651AC404A5730AC0679A69993874D40A69E0E7FCCBACFC2452DECBC

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-16",
"alpha": "2.6-alpha-17",
"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.6-alpha-16</version>
<version>2.6-alpha-17</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-16-g7931a0756c-win64.msi"
file64 = "$toolsPath\mixxx-2.6-alpha-17-g5056f56f50-win64.msi"

softwareName = 'Mixxx *'

Expand Down
4 changes: 2 additions & 2 deletions automatic/scribus/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://sourceforge.net/projects/scribus/files/scribus/1.4.8/scribus-1.4.8-windows-x64.exe/download>
64-Bit software: <https://sourceforge.net/projects/scribus/files/scribus/1.6.2/scribus-1.6.2-windows-x64.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
checksum32: NOT INCLUDED IN PACKAGE
checksum64: 1197587EBAF4622F348DA594F3D96442847024476F078B1C1B515A736A507181
checksum64: 6D83526A6FF88208E52C474ECBC8B714EE51D8E5E1672CD6527B98D9C4977706

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
2 changes: 1 addition & 1 deletion automatic/scribus/scribus.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>scribus</id>
<version>1.6.1</version>
<version>1.6.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/scribus</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Scribus</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/scribus/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ecaf83c

Please sign in to comment.