hledger: Update to version 1.26 (#3660)

This commit is contained in:
tech189 2022-06-08 21:17:39 +01:00 committed by GitHub
parent 093b1a7b6c
commit 2beea8e4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"version": "1.25", "version": "1.26",
"description": "Lightweight, portable and dependable accounting tools", "description": "Lightweight, portable and dependable accounting tools",
"homepage": "https://hledger.org", "homepage": "https://hledger.org",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/simonmichael/hledger/releases/download/1.25/hledger-windows.zip", "url": "https://github.com/simonmichael/hledger/releases/download/1.26/hledger-windows-x64.zip",
"hash": "19838b6e732ed10ee88b64aa806247a5c7b7c5d3266d804288972ce588e2e426" "hash": "9a116488f57b9624c3af579519b0f7b691325c64641c7ed915419ffb1fe090c1"
} }
}, },
"bin": [ "bin": [
@ -19,7 +19,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/simonmichael/hledger/releases/download/$version/hledger-windows.zip" "url": "https://github.com/simonmichael/hledger/releases/download/$version/hledger-windows-x64.zip"
} }
} }
} }