direnv: Update to version 2.37.1 & add arm64 (#7135)

Upstream had added a Arm64 build, and as a result the release artifact
naming scheme had changed slightly.
This commit is contained in:
jack-mil 2025-09-11 13:39:10 -04:00 committed by GitHub
parent a54a040dd6
commit 7fa89f6713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,20 @@
{
"version": "2.36.0",
"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.36.0/direnv.windows-amd64.exe#/direnv.exe",
"hash": "7b29c7755319116028f32a5189cdb1b873eb5e560933f2b411f3e1e9c12909d0"
"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.36.0/direnv.windows-386.exe#/direnv.exe",
"hash": "7ccb071fe4a54a7708323f6fd8b90086570322a4af97e11bb7e1157a28bfbeab"
"url": "https://github.com/direnv/direnv/releases/download/v2.37.1/direnv.windows-386#/direnv.exe",
"hash": "7d9e58681a6bdc6f63460631d2e337713f4bf86feea2e617a404d474ceba77d0"
}
},
"bin": "direnv.exe",
@ -20,10 +24,13 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/direnv/direnv/releases/download/v$version/direnv.windows-amd64.exe#/direnv.exe"
"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.exe#/direnv.exe"
"url": "https://github.com/direnv/direnv/releases/download/v$version/direnv.windows-386#/direnv.exe"
}
}
}