yadm: Add version 2.5.0
parent
93809b2c55
commit
1d7277aa2e
|
@ -37,6 +37,7 @@ TODO
|
|||
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
|
||||
| [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | |
|
||||
| [ledgerble](https://github.com/sbridges/ledgerble) | Apache-2.0 | |
|
||||
| [yadm](https://github.com/TheLocehiliosan/yadm) | GPL-3.0 | |
|
||||
|
||||
# Contribute
|
||||
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"##": "yadm configuration is stored in %HOME%/.config/yadm",
|
||||
"version": "2.5.0",
|
||||
"description": "Yet another dotfiles manager",
|
||||
"homepage": "https://yadm.io/",
|
||||
"license": "GPL-3.0",
|
||||
"url": "https://github.com/TheLocehiliosan/yadm/archive/2.5.0.zip",
|
||||
"hash": "4c3e3365e5fe7431adff103550f202f0ed62fceb1703a6d36803e4e2067abd2a",
|
||||
"bin": "yadm",
|
||||
"notes": "You probably need a compatible shell, e.g. Git Bash for Windows to run this. Configuration is stored in %HOME%/.config/yadm.",
|
||||
"checkver": {
|
||||
"github": "https://github.com/TheLocehiliosan/yadm"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/TheLocehiliosan/yadm/archive/download/$version.zip"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue