2020-01-26 14:01:49 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://direnv.net",
"description": "load or unload environment variables depending on the current directory",
"checkver": {
"github": "https://github.com/direnv/direnv"
},
"license": "MIT",
"version": "2.21.1",
"architecture": {
"64bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.21.1/direnv.windows-amd64.exe#/direnv.exe",
"hash": "8bd53d90276dbf4f0583192f22c943c83d0001803ddf5b857997ad0a2087504b"
},
"32bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.21.1/direnv.windows-386.exe#/direnv.exe",
"hash": "a2462c847e76a2db30ed75d9dccfc8e7bd78201c623961e52ab905f4d823676a"
}
},
"bin": "direnv.exe",
"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"
}
}
}
}