Skip to content

Commit

Permalink
AU: 1 updated - qalculate
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 27, 2019
1 parent ff18606 commit 247156b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion qalculate/qalculate.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>qalculate</id>
<version>2.9.0</version>
<version>3.0.0</version>
<title>Qalculate!</title>
<owners>C4illin</owners>
<authors>Hanna Knutsson</authors>
Expand Down
10 changes: 5 additions & 5 deletions qalculate/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'qalculate'
fileType = 'MSI'
url = 'https://github.com/Qalculate/qalculate-gtk/releases/download/v2.9.0/qalculate-2.9.0.msi'
url64bit = 'https://github.com/Qalculate/qalculate-gtk/releases/download/v2.9.0/qalculate-2.9.0-x64.msi'
checksum = 'c1a37cf7491d1eaae4192fdeb278878aa06d811b0ae1d8346fde894f62acbe96'
checksum64 = '800744753f52c8ce43d97e12b8b68c56b9d6de19ba6a4baf96347c1b3069f892'
url = 'https://github.com/Qalculate/qalculate-gtk/releases/download/v3.0.0/qalculate-3.0.0-i386.msi'
url64bit = 'https://github.com/Qalculate/qalculate-gtk/releases/download/v3.0.0/qalculate-3.0.0-x64.msi'
checksum = '32d685be8a757a8d84c67a5932e441744a6eab50e15eb372c447315a4904d7d1'
checksum64 = '7937386f0bfea4ad5de49d97f1cf2248fe22cfcc149629ec3ff3be8f3f624fe6'
checksumType = 'sha256'
checksumType64 = 'sha256'
softwareName = 'Qalculate!*'
Expand Down Expand Up @@ -36,4 +36,4 @@ elseif ($key.Count -gt 1) {
Write-Warning "Please uninstall Qalculate! before installing this package."
}

Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs

0 comments on commit 247156b

Please sign in to comment.