Merge pull request #7898 from chneukirchen/direnv2131

direnv: update to 2.13.1.
This commit is contained in:
Toyam Cox 2017-10-02 01:38:46 -04:00 committed by GitHub
commit da573458a9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'direnv' # Template file for 'direnv'
pkgname=direnv pkgname=direnv
version=2.13.0 version=2.13.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/direnv/direnv" go_import_path="github.com/direnv/direnv"
@ -8,8 +8,8 @@ short_desc="An environment switcher for the shell"
maintainer="Diogo Leal <diogo@diogoleal.com>" 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/${version}.tar.gz" distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
checksum=e95452b93b94f7f39b82064dcf21c77ceecd6ccc1e18d282eb43bb2b188f0943 checksum=eea1d4eb4c95c1a6d41bb05a35ed0e106d497f10761e5d0e1c3b87d07c70c7b4
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md