Merge pull request #5804 from diogoleal/direnv-2.11.1

direnv: update to 2.11.1
This commit is contained in:
Michael Gehring 2017-02-23 10:22:28 +01:00 committed by GitHub
commit 5ca30ecc9e

View file

@ -1,7 +1,7 @@
# Template file for 'direnv' # Template file for 'direnv'
pkgname=direnv pkgname=direnv
version=2.10.0 version=2.11.1
revision=3 revision=1
build_style=go 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" short_desc="An environment switcher for the shell"
@ -9,7 +9,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT" license="MIT"
homepage="http://direnv.net/" homepage="http://direnv.net/"
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz" distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
checksum=0eb3a45b01dafa0d5fb9809c699820494168b74b5b723974af3370fa80e5bec0 checksum=782dcc33b3f2c6ce414b39f1aee2b6b7f090479b5b86bad0cfc216d9539c94cc
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md