diff --git a/automatic/hledger/hledger.nuspec b/automatic/hledger/hledger.nuspec index 64216a0..959f567 100644 --- a/automatic/hledger/hledger.nuspec +++ b/automatic/hledger/hledger.nuspec @@ -2,7 +2,7 @@ hledger - 1.31 + 1.32 https://github.com/FullofQuarks/chocolatey-packages/tree/master/automatic/hledger FullofQuarks hledger diff --git a/automatic/hledger/tools/chocolateyinstall.ps1 b/automatic/hledger/tools/chocolateyinstall.ps1 index 3f70535..c0bbb7b 100644 --- a/automatic/hledger/tools/chocolateyinstall.ps1 +++ b/automatic/hledger/tools/chocolateyinstall.ps1 @@ -1,12 +1,12 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/simonmichael/hledger/releases/download/1.31/hledger-windows-x64.zip' +$url = 'https://github.com/simonmichael/hledger/releases/download/1.32/hledger-windows-x64.zip' $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir url = $url - checksum = 'b90f611a0e9d626b766c9982a2e36f37dff7abf64f76eaab3f5274cc0fd6b13f' + checksum = '7beb0baa47f8e44b62a2420a3d34121620edd5b8dfcdb7049422a3ca38c09053' checksumType = 'sha256' }