Browse Source

Add hledger

master
Ashton Charbonneau 4 years ago
parent
commit
a1695c48b2
2 changed files with 23 additions and 0 deletions
  1. 1
    0
      README.md
  2. 22
    0
      bucket/hledger.json

+ 1
- 0
README.md View File

@@ -6,6 +6,7 @@ Current programs:
6 6
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.4 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
7 7
 - [Go Replace](https://github.com/piranha/goreplace) v2.5 ([GitHub releases](https://github.com/piranha/goreplace/releases))
8 8
 - [Google Play Music Desktop Player](https://www.googleplaymusicdesktopplayer.com/) v4.7.1 ([GitHub releases](https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases))
9
+- [hledger](https://hledger.org/) v1.16.1 ([Downloads](https://hledger.org/download.html))
9 10
 - [Multiscreen Blank](http://multiscreenblank.nookkin.com/) v2.3.0.1/v2.3.1 ([Releases](http://dl.nookkin.com/products/multiscreenblank/))
10 11
 - [scc](https://github.com/boyter/scc) v2.11.0 ([GitHub releases](https://github.com/boyter/scc/releases))
11 12
 - [W10Wheel.NET](https://github.com/ykon/w10wheel.net) v2.7 ([GitHub releases](https://github.com/ykon/w10wheel.net/releases))

+ 22
- 0
bucket/hledger.json View File

@@ -0,0 +1,22 @@
1
+{
2
+	"homepage": "https://hledger.org/",
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.16.1",
5
+	"license": "GPL-3.0-or-later",
6
+	"url": "https://ci.appveyor.com/api/buildjobs/x91mc06wd37m0coa/artifacts/hledger.zip",
7
+	"hash": "sha256:E2B479F6461DBEA27AD8C9F5FE08E0A0DA2955E0A4BFDBF7EB796E62486BDD3D",
8
+	"bin": [
9
+		[
10
+			"hledger.exe",
11
+			"hledger"
12
+		],
13
+		[
14
+			"hledger-web.exe",
15
+			"hledger-web"
16
+		]
17
+	],
18
+	"checkver": {
19
+		"url": "https://github.com/simonmichael/hledger/releases",
20
+		"regex": "hledger-([\\d\\.]+)"
21
+	}
22
+}

Loading…
Cancel
Save