Skip to content

Commit

Permalink
AU: 3 updated - juju mixxx paint.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 28, 2021
1 parent 1d277e6 commit 1eb4db5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/juju/juju.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"2.6": "2.6.10",
"2.7": "2.7.8",
"2.8": "2.8.10",
"2.9": "2.9.14"
"2.9": "2.9.15"
}
4 changes: 2 additions & 2 deletions automatic/juju/juju.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>juju</id>
<version>2.9.14</version>
<version>2.9.15</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/juju</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Juju</title>
Expand All @@ -22,7 +22,7 @@
Juju is an application and service modelling tool that enables you to quickly model, configure, deploy and manage applications in the cloud with only a few commands. Use it to deploy hundreds of preconfigured services, OpenStack, or your own code to any public or private cloud.
]]></description>
<releaseNotes>https://discourse.charmhub.io/t/juju-2-9-14-release-notes</releaseNotes>
<releaseNotes>https://discourse.charmhub.io/t/juju-2-9-15-release-notes</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/juju/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The installer have been downloaded from their launchpad page <https://launchpad.
The same download links are also located in their docs <https://jujucharms.com/docs/stable/reference-releases>
and can be verified like this:

1. Go to <https://launchpad.net/juju/2.9/2.9.14/+download/juju-setup-2.9.14.exe>
1. Go to <https://launchpad.net/juju/2.9/2.9.15/+download/juju-setup-2.9.15.exe>
to download the installer
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
checksum: A0759C6B6A11EFC575475B093507030F1C8A8CF119029F15E437A7FC792C2FEF
checksum: F858FB5F3B08C59E92B29EF11DAC0824A564CDD174C95FF17C925D259C4E004E

File 'LICENSE.txt' is obtained from <https://github.com/juju/juju/blob/0b9d2d867111e1476ace5483c9868960cfe22ba1/LICENCE>
2 changes: 1 addition & 1 deletion automatic/juju/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'juju'
fileType = 'exe'
softwareName = 'Juju'
file = "$toolsDir\juju-setup-2.9.14.exe"
file = "$toolsDir\juju-setup-2.9.15.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"${env:TEMP}\${env:chocolateyPackageName}.${env:chocolateyPackageVersion}.Install.log`""
validExitCodes= @(0)
}
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.4-alpha-847-geff27abd57-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-848-g8edf18d69c-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: A6FD0D9A917050E109A4B4CA786000CE1E00CEAB2D366D6AD455C0DDA452B874
checksum64: CF2F6DC6B51AE40ECF0896E2619AA1CD22B7CB8D39FFC2D99770D8D6F34BD8C2

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.0",
"alpha": "2.4-alpha-847"
"alpha": "2.4-alpha-848"
}
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.4-alpha-847</version>
<version>2.4-alpha-848</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.4-alpha-847-geff27abd57-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-848-g8edf18d69c-win64.msi"

softwareName = 'Mixxx *'

Expand Down
4 changes: 2 additions & 2 deletions automatic/paint.net/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/paintdotnet/release/releases/download/v4.3/paint.net.4.3.install.x64.zip
x64: https://github.com/paintdotnet/release/releases/download/v4.3.1/paint.net.4.3.1.install.x64.zip

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: 5F18E29956981AB6C73D263379CE6660DA46F1F143494610AC0ED96E26B5D8F0
checksum64: 6DDFCDA55AA8A47B576F344E14BBA2630E5E774A6DF8817A75F56A0710E9707C

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>4.3</version>
<version>4.3.1</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down

0 comments on commit 1eb4db5

Please sign in to comment.