From 36a4311979e1d511adfe25b4290431ec994439d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 22 Oct 2020 21:22:18 +0200 Subject: [PATCH] direnv: Update to version 2.23.1 --- bucket/direnv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/direnv.json b/bucket/direnv.json index ccbfbb311f..6d529f7896 100644 --- a/bucket/direnv.json +++ b/bucket/direnv.json @@ -1,16 +1,16 @@ { - "version": "2.23.0", + "version": "2.23.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.23.0/direnv.windows-amd64.exe#/direnv.exe", - "hash": "44cdbcae4efd680c394c9abcb22201ef98da4bf1cc4c1001e82f3b72f8b60b2c" + "url": "https://github.com/direnv/direnv/releases/download/v2.23.1/direnv.windows-amd64.exe#/direnv.exe", + "hash": "50f02d5cf1e3c6ca6615da3cdb2489512f0678aa3d312d4f1d116401af23784c" }, "32bit": { - "url": "https://github.com/direnv/direnv/releases/download/v2.23.0/direnv.windows-386.exe#/direnv.exe", - "hash": "82428b4047ec72bf6705b5f0d1d137bc874f5b7aa07ea8c70c574b9c93c652bd" + "url": "https://github.com/direnv/direnv/releases/download/v2.23.1/direnv.windows-386.exe#/direnv.exe", + "hash": "eef426e930ffb1deaf1b6c9a366b54feeca9dbd9827bb6f56aa7c11d84cdc338" } }, "bin": "direnv.exe",