direnv: update to 2.21.2.
This commit is contained in:
parent
a1b1ba0e5e
commit
4bb2116ff2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'direnv'
|
||||
pkgname=direnv
|
||||
version=2.20.1
|
||||
version=2.21.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/direnv/direnv
|
||||
|
@ -10,10 +10,10 @@ license="MIT"
|
|||
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"
|
||||
checksum=dd54393661602bb989ee880f14c41f7a7b47a153777999509127459edae52e47
|
||||
checksum=ce5551b09f71fe26111bbf94a09cfdbce14794ec9a723015b67efea804986d68
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
vlicense LICENSE
|
||||
vman man/direnv-stdlib.1
|
||||
vman man/direnv.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue