mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
direnv: update to 2.32.2.
This commit is contained in:
parent
abe44ae9ab
commit
321a51d83e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'direnv'
|
# Template file for 'direnv'
|
||||||
pkgname=direnv
|
pkgname=direnv
|
||||||
version=2.32.0
|
version=2.32.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/direnv/direnv/v2
|
go_import_path=github.com/direnv/direnv/v2
|
||||||
|
@ -9,8 +9,8 @@ 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/refs/tags/v${version}.tar.gz"
|
||||||
checksum=d9bd6a78b57257306b45a64473d3302b0f274a3d2499e870d29f7a22a730f11c
|
checksum=352b3a65e8945d13caba92e13e5666e1854d41749aca2e230938ac6c64fa8ef9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue