parent
70813e3590
commit
0d529d9fa9
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'direnv'
|
# Template file for 'direnv'
|
||||||
pkgname=direnv
|
pkgname=direnv
|
||||||
version=2.12.2
|
version=2.13.0
|
||||||
revision=2
|
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="http://direnv.net/"
|
||||||
distfiles="https://github.com/direnv/direnv/archive/v${version}.tar.gz"
|
distfiles="https://github.com/direnv/direnv/archive/${version}.tar.gz"
|
||||||
checksum=108adad7859935404c9fbb66398bee768a5eb9bb95bfe4048b5e6cb03f7b790e
|
checksum=e95452b93b94f7f39b82064dcf21c77ceecd6ccc1e18d282eb43bb2b188f0943
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Reference in New Issue