mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Add direnv version 2.19.0 (#2985)
This commit is contained in:
parent
8e3e23a195
commit
fd1a984e61
30
direnv.json
Normal file
30
direnv.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"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.19.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/direnv/direnv/releases/download/v2.19.0/direnv.windows-amd64.exe#/direnv.exe",
|
||||
"hash": "14654cb6e4f7bc2e5fa6f5ba0e2568956846ec0ef94c52c6fee09f245f8007cf"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/direnv/direnv/releases/download/v2.19.0/direnv.windows-386.exe#/direnv.exe",
|
||||
"hash": "085b51d85cdec3a98e40a10527a0fb8632d4282435fad7839a659b7d1b1bbf10"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user