mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
31 lines
1.1 KiB
JSON
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.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.21.2/direnv.windows-amd64.exe#/direnv.exe",
|
|
"hash": "abe96198aeee96e7a2eaa0cc2f2c2e5fcdcea7316b4fc5d6f72328d089cf61c9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.21.2/direnv.windows-386.exe#/direnv.exe",
|
|
"hash": "1bfe7cdfe4002add3234ce218a659df326317872a9eda88e1d3a51923ea0cef7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|