mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +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.20.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.20.0/direnv.windows-amd64.exe#/direnv.exe",
|
|
"hash": "4a17d21b409f0e82dac61107b3785924e5dfd2ed35578705205af5ec170372ca"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.20.0/direnv.windows-386.exe#/direnv.exe",
|
|
"hash": "1fe776c1e0dd5d4af2af1b7418dd7f946b731d9fe2932f16c0cbda29381ccba3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|