yadm: Add version 2.5.0

pull/2/head
earnest ma 2020-11-23 21:30:43 -05:00
parent 93809b2c55
commit 1d7277aa2e
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
2 changed files with 18 additions and 0 deletions

View File

@ -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

17
bucket/yadm.json Normal file
View File

@ -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"
}
}