ScoopInstaller_Main/direnv.json
2019-01-17 18:42:59 +01: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.19.0",
"architecture": {
"64bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.19.0/direnv.windows-amd64.exe#/direnv.exe",
"hash": "14654cb6e4f7bc2e5fa6f5ba0e2568956846ec0ef94c52c6fee09f245f8007cf"
},
"32bit": {
"url": "https://github.com/direnv/direnv/releases/download/v2.19.0/direnv.windows-386.exe#/direnv.exe",
"hash": "085b51d85cdec3a98e40a10527a0fb8632d4282435fad7839a659b7d1b1bbf10"
}
},
"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"
}
}
}
}