mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "2.25.2",
|
|
"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.25.2/direnv.windows-amd64.exe#/direnv.exe",
|
|
"hash": "df631e81bfb38230dd2a4f78e4b2a7931ec52ab5a30b43b0b91dbcf828cdf6cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.25.2/direnv.windows-386.exe#/direnv.exe",
|
|
"hash": "b667afd58411a4bd9670e7440a056ebd6b56ba48c07312675bedba5cc3fd73e9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|