mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "2.28.0",
|
|
"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.28.0/direnv.windows-amd64.exe#/direnv.exe",
|
|
"hash": "cb30dfe55e920b46bea9e45051480ba12a9fc708599c9604d186bfaaa12bbeb9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.28.0/direnv.windows-386.exe#/direnv.exe",
|
|
"hash": "d13775b35ba87a7957cfc180c32c584c40bc317ca0e9bf8ae1bd61fcf2f8ed4c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|