direnv: Update to version 2.25.2

This commit is contained in:
Jakub Čábera 2020-12-13 04:49:52 +01:00
parent 691c02e636
commit 252e952a12

View File

@ -1,16 +1,16 @@
{ {
"version": "2.25.1", "version": "2.25.2",
"description": "load or unload environment variables depending on the current directory", "description": "load or unload environment variables depending on the current directory",
"homepage": "https://direnv.net", "homepage": "https://direnv.net",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.25.1/direnv.windows-amd64.exe#/direnv.exe", "url": "https://github.com/direnv/direnv/releases/download/v2.25.2/direnv.windows-amd64.exe#/direnv.exe",
"hash": "41516f7bfc1e41c35d37565f70ccda93e44c519d4416ad7c5bf0fca9de19b422" "hash": "df631e81bfb38230dd2a4f78e4b2a7931ec52ab5a30b43b0b91dbcf828cdf6cf"
}, },
"32bit": { "32bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.25.1/direnv.windows-386.exe#/direnv.exe", "url": "https://github.com/direnv/direnv/releases/download/v2.25.2/direnv.windows-386.exe#/direnv.exe",
"hash": "0408ffd074bb060a59f7abcd6396c74f7d680ab86670653ac3637260ff1f4847" "hash": "b667afd58411a4bd9670e7440a056ebd6b56ba48c07312675bedba5cc3fd73e9"
} }
}, },
"bin": "direnv.exe", "bin": "direnv.exe",