2020-10-11 13:23:27 +02:00

31 lines
1.1 KiB
JSON

{
"version": "2.23.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.23.0/direnv.windows-amd64.exe#/direnv.exe",
"hash": "44cdbcae4efd680c394c9abcb22201ef98da4bf1cc4c1001e82f3b72f8b60b2c"
},
"32bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.23.0/direnv.windows-386.exe#/direnv.exe",
"hash": "82428b4047ec72bf6705b5f0d1d137bc874f5b7aa07ea8c70c574b9c93c652bd"
}
},
"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"
}
}
}
}