Skip to content

Commit dfafe87

Browse files
author
Chocolatey
committed
1 parent 6315bf9 commit dfafe87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

qalculate/qalculate.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
1111
<metadata>
1212
<id>qalculate</id>
13-
<version>5.5.0</version>
13+
<version>5.5.1</version>
1414
<title>Qalculate!</title>
1515
<owners>C4illin</owners>
1616
<authors>Hanna Knutsson</authors>

qalculate/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ if (Test-PkgInstallLogDirWritable -Directory "${chocoPkgInstallLogDir}") {
5757
$packageArgs = @{
5858
packageName = 'qalculate'
5959
fileType = 'MSI'
60-
url = 'https://github.com/Qalculate/libqalculate/releases/download/v5.5.0/qalculate-5.5.0-i386.msi'
61-
url64bit = 'https://github.com/Qalculate/libqalculate/releases/download/v5.5.0/qalculate-5.5.0-x64.msi'
62-
checksum = 'dae4af7685dca8288b4f4aae4eab0e6b8a7a8b30accaf353fa1e879c31aee470'
63-
checksum64 = 'af443a18f3f5da96c4ba3a39d65179d305b7233a29f300681dabb2bd6220ec37'
60+
url = 'https://github.com/Qalculate/libqalculate/releases/download/v5.5.1/qalculate-5.5.1-i386.msi'
61+
url64bit = 'https://github.com/Qalculate/libqalculate/releases/download/v5.5.1/qalculate-5.5.1-x64.msi'
62+
checksum = '8d31434044e8eacc2e06983c3949905007f518f58f551e0105a02af9afc61ee2'
63+
checksum64 = '68485ae0dbd6ac8f5fedb1333dbc2a5056978ec8674116507523e0796c132ba5'
6464
checksumType = 'sha256'
6565
checksumType64 = 'sha256'
6666
softwareName = 'Qalculate!*'

0 commit comments

Comments
 (0)