From 1d7277aa2e8f50f6e4b3d9d6119dfa2e14870173 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 23 Nov 2020 21:30:43 -0500 Subject: [PATCH] yadm: Add version 2.5.0 --- README.md | 1 + bucket/yadm.json | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 bucket/yadm.json diff --git a/README.md b/README.md index 79d9318..cf862c4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bucket/yadm.json b/bucket/yadm.json new file mode 100644 index 0000000..836bcc9 --- /dev/null +++ b/bucket/yadm.json @@ -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" + } +}