hledger: Add version 1.19.1
Reformatted from repo: earnestma/ledgerscoop (deprecating)pull/2/head
parent
10f3938622
commit
f45144390c
|
@ -32,9 +32,9 @@ TODO
|
|||
|
||||
# Apps List
|
||||
|
||||
| Program Name *(manifest name)* | Status |
|
||||
| --- | --- |
|
||||
| | |
|
||||
| Program Name *(manifest name)* | License | Status |
|
||||
| --- | --- | --- |
|
||||
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
|
||||
|
||||
# Contribute
|
||||
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": "1.19.1",
|
||||
"description": "Easy-to-use command-line/curses/web plaintext accounting tool; a modern and largely compatible Haskell rewrite of Ledger",
|
||||
"homepage": "http://hledger.org/",
|
||||
"license": "GPL-3.0",
|
||||
"url": "https://github.com/simonmichael/hledger/releases/download/1.19.1/hledger-windows.zip",
|
||||
"hash": "29AF063F88A74982A579461B4BE33B3E412D889105D35EF90488D1D47AB7B1E5",
|
||||
"bin": ["hledger.exe", "hledger-web.exe"],
|
||||
"checkver": {
|
||||
"github": "https://github.com/simonmichael/hledger"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/simonmichael/hledger/releases/download/v$version/hledger-windows.zip"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue