Skip to content

Commit

Permalink
AU: 1 updated - hledger
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Automatic Updater committed Dec 3, 2023
1 parent 4663607 commit 8f02886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/hledger/hledger.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>hledger</id>
<version>1.31</version>
<version>1.32</version>
<packageSourceUrl>https://github.com/FullofQuarks/chocolatey-packages/tree/master/automatic/hledger</packageSourceUrl>
<owners>FullofQuarks</owners>
<title>hledger</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/hledger/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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'
}

Expand Down

0 comments on commit 8f02886

Please sign in to comment.