From 2beea8e4add4899c46a77c136b927c0172317ac8 Mon Sep 17 00:00:00 2001 From: tech189 Date: Wed, 8 Jun 2022 21:17:39 +0100 Subject: [PATCH] hledger: Update to version 1.26 (#3660) --- bucket/hledger.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/hledger.json b/bucket/hledger.json index f9e0241000..6dbcbf2a1f 100644 --- a/bucket/hledger.json +++ b/bucket/hledger.json @@ -1,12 +1,12 @@ { - "version": "1.25", + "version": "1.26", "description": "Lightweight, portable and dependable accounting tools", "homepage": "https://hledger.org", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/simonmichael/hledger/releases/download/1.25/hledger-windows.zip", - "hash": "19838b6e732ed10ee88b64aa806247a5c7b7c5d3266d804288972ce588e2e426" + "url": "https://github.com/simonmichael/hledger/releases/download/1.26/hledger-windows-x64.zip", + "hash": "9a116488f57b9624c3af579519b0f7b691325c64641c7ed915419ffb1fe090c1" } }, "bin": [ @@ -19,7 +19,7 @@ "autoupdate": { "architecture": { "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" } } }