direnv: Update to version 2.22.1

This commit is contained in:
Jakub Čábera 2020-10-06 12:25:37 +02:00
parent 1f73c299b5
commit a40d293d30

View File

@ -1,16 +1,16 @@
{ {
"version": "2.22.0", "version": "2.22.1",
"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.22.0/direnv.windows-amd64.exe#/direnv.exe", "url": "https://github.com/direnv/direnv/releases/download/v2.22.1/direnv.windows-amd64.exe#/direnv.exe",
"hash": "186fcaff2c387e885616bb952e2f029f9f5243776af0d7f9414db00a8cf580e7" "hash": "d9b74175b7200b4f07c8a58f5dd0f9ab3cd31d10a99e4139b75998f1cb756877"
}, },
"32bit": { "32bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.22.0/direnv.windows-386.exe#/direnv.exe", "url": "https://github.com/direnv/direnv/releases/download/v2.22.1/direnv.windows-386.exe#/direnv.exe",
"hash": "c291eadaee4130da80062fb95865355f832f8fe70476968a6becb07a96b03106" "hash": "8459f53b8ddd3e5537700a815e646f8d75bcd04eec73e4ed66a251776f0bdcb1"
} }
}, },
"bin": "direnv.exe", "bin": "direnv.exe",