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
{
|
|
"version": "2.30.1",
|
|
"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.30.1/direnv.windows-amd64.exe#/direnv.exe",
|
|
"hash": "5c3bfb0165b5d07245262deee7d272c309fb17ecf0e06c2d0f6d12947b382d0b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.30.1/direnv.windows-386.exe#/direnv.exe",
|
|
"hash": "1c9a15a4002bb993f3fdfa98e411e37dbce0251e2957dd18e6a7f42847f33b70"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|