;doc:ghrelnotes:1.50.4

This commit is contained in:
Simon Michael 2025-12-04 16:21:13 -10:00
parent 326d35dc2f
commit 6e06812c5c

View File

@ -53,6 +53,7 @@ If you have [eget](https://github.com/zyedidia/eget), that's a convenient way to
eget simonmichael/hledger --all
```
<!--
From hledger 1.51 on, the github releases are immutable, and can be verified as follows:
```
@ -62,6 +63,7 @@ curl -fLO https://github.com/simonmichael/hledger/releases/download/$REL/hledger
gh release verify-asset $REL ./hledger-linux-x64.tar.gz # check the tarball is correct
tar xzv -f hledger-linux-x64.tar.gz -C/usr/local/bin hledger hledger-ui hledger-web
```
-->
Otherwise:
@ -119,7 +121,7 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`):
```
cd ~
curl https://github.com/simonmichael/hledger/releases/download/1.43.2/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
curl https://github.com/simonmichael/hledger/releases/download/1.50.4/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin
hledger --version; hledger-ui --version; hledger-web --version # should show $REL
```