Merge pull request #5804 from diogoleal/direnv-2.11.1
direnv: update to 2.11.1
This commit is contained in:
commit
5ca30ecc9e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue