mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
Upstream had added a Arm64 build, and as a result the release artifact naming scheme had changed slightly.
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "2.37.1",
|
|
"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.37.1/direnv.windows-amd64#/direnv.exe",
|
|
"hash": "d96fc8b7cf020c2d4c1dbbc2ccec5fd1cab05b51c491f02c8527a7fa6c50a1cd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.windows-arm64#/direnv.exe",
|
|
"hash": "6802f722f5ef12562d6e3e15c26f39e34b337e5be12ea22f17284552cd782298"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.windows-386#/direnv.exe",
|
|
"hash": "7d9e58681a6bdc6f63460631d2e337713f4bf86feea2e617a404d474ceba77d0"
|
|
}
|
|
},
|
|
"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#/direnv.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v$version/direnv.windows-arm64#/direnv.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/direnv/direnv/releases/download/v$version/direnv.windows-386#/direnv.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|