direnv: update to 2.28.0.
This commit is contained in:
parent
a867c0745d
commit
07375de797
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'direnv'
|
# Template file for 'direnv'
|
||||||
pkgname=direnv
|
pkgname=direnv
|
||||||
version=2.27.0
|
version=2.28.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/direnv/direnv
|
go_import_path=github.com/direnv/direnv/v2
|
||||||
short_desc="Environment switcher for the shell"
|
short_desc="Environment switcher for the shell"
|
||||||
maintainer="Sora Morimoto <sora@morimoto.io>"
|
maintainer="Sora Morimoto <sora@morimoto.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://direnv.net/"
|
homepage="https://direnv.net/"
|
||||||
changelog="https://raw.githubusercontent.com/direnv/direnv/master/CHANGELOG.md"
|
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=9dc5ce43c63d9d9ff510c6bcd6ae06f3f2f907347e7cbb2bb6513bfb0f151621
|
checksum=fa539c63034b6161d8238299bb516dcec79e8905cd43ff2b9559ad6bf047cc93
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue