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.36.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.36.0/direnv.windows-amd64.exe#/direnv.exe",
|
|
"hash": "7b29c7755319116028f32a5189cdb1b873eb5e560933f2b411f3e1e9c12909d0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.36.0/direnv.windows-386.exe#/direnv.exe",
|
|
"hash": "7ccb071fe4a54a7708323f6fd8b90086570322a4af97e11bb7e1157a28bfbeab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|