cmc: update to 1.1.4.

This commit is contained in:
Daniel A. Maierhofer 2019-06-25 10:37:37 +02:00 committed by Helmut Pozimski
parent 9efbaf7bc7
commit fdd92968c9

View file

@ -1,19 +1,19 @@
# Template file for 'cmc'
pkgname=cmc
version=1.0.3
version=1.1.4
revision=1
archs=noarch
short_desc="SSH ControlMaster Controller"
maintainer="Daniel A. Maierhofer <git@damadmai.at>"
license="MIT"
homepage="https://github.com/ClockworkNet/cmc"
homepage="https://github.com/TimidRobot/cmc"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum="c9efc0e01dccbe8f3be91eb5e54fb4b2f2a57e9fadd26560b5867b339c5e3750"
checksum=a243f53317af69729d4fd6c022722f3085e3d193d5a5a9a86b59fd281a6a96e1
do_install() {
vbin cmc
vdoc README.rst
vdoc docs/annotated_config.rst
vdoc docs/workflow.rst
vdoc README.md
vdoc docs/annotated_config.md
vdoc docs/workflow.md
vlicense LICENSE
}