|
@@ -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.17",
|
|
4
|
+ "version": "1.18.1",
|
5
|
5
|
"license": "GPL-3.0-or-later",
|
6
|
|
- "url": "https://ci.appveyor.com/api/buildjobs/adymn76m8jnl27sm/artifacts/hledger.zip",
|
7
|
|
- "hash": "sha256:6DAB7002B84ACDE29F08875FF115E3D0365FC927332607B409FED5C28FE21D2B",
|
|
6
|
+ "url": "https://github.com/simonmichael/hledger/releases/download/1.18.1/hledger-windows.zip",
|
|
7
|
+ "hash": "sha256:E6307084A0011D03A82F86803D51179363346132F258B3770F2D80D422494E6B",
|
8
|
8
|
"bin": [
|
9
|
9
|
[
|
10
|
10
|
"hledger.exe",
|
|
@@ -16,7 +16,6 @@
|
16
|
16
|
]
|
17
|
17
|
],
|
18
|
18
|
"checkver": {
|
19
|
|
- "url": "https://github.com/simonmichael/hledger/releases",
|
20
|
|
- "regex": "hledger-([\\d\\.]+)"
|
|
19
|
+ "github": "https://github.com/simonmichael/hledger"
|
21
|
20
|
}
|
22
|
21
|
}
|