Skip to content

Commit

Permalink
yadm: update to 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria authored and Yassine Labidi committed Apr 15, 2021
1 parent eae9ce8 commit 4437a2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions srcpkgs/yadm/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'yadm'
pkgname=yadm
version=3.0.2
version=3.1.0
revision=1
depends="bash git gnupg"
short_desc="Yet Another Dotfiles Manager"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://yadm.io/"
distfiles="https://github.com/TheLocehiliosan/${pkgname}/archive/${version}.tar.gz"
checksum=724a8b61b09b70f5952cf14fd1786617bf88243a276b2d93dd7306feab13983c
distfiles="https://github.com/TheLocehiliosan/yadm/archive/${version}.tar.gz"
checksum=9f848c80deed2725c012d058bd60d1ea13539fd6fbacd5245bf97d442cb89263

do_install() {
vbin ${pkgname}
vman ${pkgname}.1
vbin yadm
vman yadm.1
vcompletion completion/bash/yadm bash
vcompletion completion/fish/yadm.fish fish
vcompletion completion/zsh/_yadm zsh
Expand Down

0 comments on commit 4437a2f

Please sign in to comment.