direnv: update to 2.16.0.
Closes #14277. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
85e16be883
commit
dc8cae5c4b
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'direnv'
|
# Template file for 'direnv'
|
||||||
pkgname=direnv
|
pkgname=direnv
|
||||||
version=2.15.2
|
version=2.16.0
|
||||||
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"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://direnv.net/"
|
homepage="https://direnv.net/"
|
||||||
|
#changelog="https://raw.githubusercontent.com/direnv/direnv/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
|
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
|
||||||
checksum=35076978e2ccbd367043e8aa33ba4268c03270a68bac3789262dacb3b26115c2
|
checksum=a17eb4e3ba7600699541a0ac1d7e820b6faf1f2dcda02f791f6e69548d7bb0aa
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Reference in New Issue