diff --git a/direnv.json b/direnv.json new file mode 100644 index 0000000000..6f26b697f9 --- /dev/null +++ b/direnv.json @@ -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" + } + } + } +}