2020-09-02 08:20:25 +02:00

31 lines
1.1 KiB
JSON

{
"version": "2.22.0",
"description": "load or unload environment variables depending on the current directory",
"homepage": "https://direnv.net",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.22.0/direnv.windows-amd64.exe#/direnv.exe",
"hash": "186fcaff2c387e885616bb952e2f029f9f5243776af0d7f9414db00a8cf580e7"
},
"32bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.22.0/direnv.windows-386.exe#/direnv.exe",
"hash": "c291eadaee4130da80062fb95865355f832f8fe70476968a6becb07a96b03106"
}
},
"bin": "direnv.exe",
"checkver": {
"github": "https://github.com/direnv/direnv"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/direnv/direnv/releases/download/v$version/direnv.windows-amd64.exe#/direnv.exe"
},
"32bit": {
"url": "https://github.com/direnv/direnv/releases/download/v$version/direnv.windows-386.exe#/direnv.exe"
}
}
}
}