From 8fa3ecc82aa877053fb4aa265457d9684c66a23c Mon Sep 17 00:00:00 2001 From: maxice8 <thinkabit.ukim@gmail.com> Date: Sun, 17 Jun 2018 23:44:44 -0300 Subject: [PATCH] direnv: update to 2.17.0. --- srcpkgs/direnv/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/direnv/template b/srcpkgs/direnv/template index 05f4acbed2..edace42d2a 100644 --- a/srcpkgs/direnv/template +++ b/srcpkgs/direnv/template @@ -1,16 +1,16 @@ # Template file for 'direnv' pkgname=direnv -version=2.16.0 +version=2.17.0 revision=1 build_style=go -go_import_path="github.com/direnv/direnv" +go_import_path=github.com/direnv/direnv short_desc="An environment switcher for the shell" maintainer="Diogo Leal <diogo@diogoleal.com>" license="MIT" homepage="https://direnv.net/" -#changelog="https://raw.githubusercontent.com/direnv/direnv/master/CHANGELOG.md" +changelog="https://raw.githubusercontent.com/direnv/direnv/master/CHANGELOG.md" distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz" -checksum=a17eb4e3ba7600699541a0ac1d7e820b6faf1f2dcda02f791f6e69548d7bb0aa +checksum=1402cfbd9988cfe86d0ded47bd9732a061581f04bdb6275f156d8654e4d09a3a post_install() { vlicense LICENSE.md