diff --git a/srcpkgs/cmc/template b/srcpkgs/cmc/template index bf6c833682f..34a50561d1d 100644 --- a/srcpkgs/cmc/template +++ b/srcpkgs/cmc/template @@ -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 " 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 }