From 385cd8c3e8e3688eb6a7a2302827331dff338657 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 10 Feb 2019 18:59:43 -0200 Subject: [PATCH] atlantis: update to 0.4.14. --- srcpkgs/atlantis/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/atlantis/template b/srcpkgs/atlantis/template index b47dc87e290..4734e91ed74 100644 --- a/srcpkgs/atlantis/template +++ b/srcpkgs/atlantis/template @@ -1,17 +1,17 @@ # Template file for 'atlantis' pkgname=atlantis -version=0.4.13 +version=0.4.14 revision=1 build_style=go -go_import_path="github.com/runatlantis/atlantis" +go_import_path=github.com/runatlantis/atlantis hostmakedepends="dep" depends="terraform" short_desc="Terraform Automation By Pull Request" maintainer="Michael Aldridge " license="Apache-2.0" homepage="https://runatlantis.io" -distfiles="https://github.com/runatlantis/atlantis/archive/v$version.tar.gz" -checksum=2aa0eefcc557e9a72d0d0ab45406ab7c98095393d4d92c73b16a6a1d2356348a +distfiles="https://github.com/runatlantis/atlantis/archive/v${version}.tar.gz" +checksum=214dbedd90d626ddb8e9c93ef343100ece46ac3e92d5d6d8010ac1a9b6a535df pre_build() { cd $GOSRCPATH