Browse Source

Update hledger to 1.25

master
Ashton Charbonneau 2 years ago
parent
commit
3a9ce0affd
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      README.md
  2. 3
    3
      bucket/hledger.json

+ 1
- 1
README.md View File

@@ -6,7 +6,7 @@ Current programs:
6 6
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20210601 ([GitHub releases](https://github.com/google/closure-compiler/releases))
7 7
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.7 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
8 8
 - [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))
9
-- [hledger](https://hledger.org/) v1.21 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))
9
+- [hledger](https://hledger.org/) v1.25 ([Downloads](https://hledger.org/download.html), [GitHub releases](https://github.com/simonmichael/hledger/releases))
10 10
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.4.1 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))
11 11
 - [Todour](https://nerdur.com/todour-pl/) v2.20 ([GitHub releases](https://github.com/SverrirValgeirsson/Todour/releases))
12 12
 - [W10Wheel.NET](https://github.com/ykon/w10wheel.net) v2.7.3 ([GitHub releases](https://github.com/ykon/w10wheel.net/releases))

+ 3
- 3
bucket/hledger.json View File

@@ -1,10 +1,10 @@
1 1
 {
2 2
 	"homepage": "https://hledger.org/",
3 3
 	"description": "hledger is a robust, efficient accounting program, for tracking money, time, or other commodities, on unix, mac and windows, with command line, terminal and web interfaces.",
4
-	"version": "1.21",
4
+	"version": "1.25",
5 5
 	"license": "GPL-3.0-or-later",
6
-	"url": "https://github.com/simonmichael/hledger/releases/download/1.21/hledger-windows.zip",
7
-	"hash": "sha256:AC50550CC3D4595A6391975EA1E711A6D96F80FA40E34F37CB39ABD5392BED7F",
6
+	"url": "https://github.com/simonmichael/hledger/releases/download/1.25/hledger-windows.zip",
7
+	"hash": "sha256:19838B6E732ED10EE88B64AA806247A5C7B7C5D3266D804288972CE588E2E426",
8 8
 	"bin": [
9 9
 		[
10 10
 			"hledger.exe",

Loading…
Cancel
Save