From a85c616e8fe8291084c972767c75d288be77f486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 1 Jan 2021 19:25:51 +0100 Subject: [PATCH] direnv: Update to version 2.27.0 --- bucket/direnv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/direnv.json b/bucket/direnv.json index 972281acf4..cb97582235 100644 --- a/bucket/direnv.json +++ b/bucket/direnv.json @@ -1,16 +1,16 @@ { - "version": "2.26.0", + "version": "2.27.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.26.0/direnv.windows-amd64.exe#/direnv.exe", - "hash": "67a46f292ffea04ebaf2967efaaebbb32300090744c703e2f5e32ac924db6a03" + "url": "https://github.com/direnv/direnv/releases/download/v2.27.0/direnv.windows-amd64.exe#/direnv.exe", + "hash": "892bc874e9c9f601738e57f37697fc6698dd7675dce5493f2e5d08899167fe9f" }, "32bit": { - "url": "https://github.com/direnv/direnv/releases/download/v2.26.0/direnv.windows-386.exe#/direnv.exe", - "hash": "fb15f7ea993706e2cb69383611378bfbb25670c8f2a0c52d7ac37214635d3007" + "url": "https://github.com/direnv/direnv/releases/download/v2.27.0/direnv.windows-386.exe#/direnv.exe", + "hash": "13e7e52f8637e4ab2a71b1957d770b9355d1892bb739fcccb8359bc25f2e32b4" } }, "bin": "direnv.exe",