From d592e0bfa2ff25974d3bb34e794b2eeaecfa4283 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 9 Feb 2019 12:00:27 +0000 Subject: [PATCH] direnv: Update to version 2.19.2 --- direnv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/direnv.json b/direnv.json index 3b597c43b0..9499439f9d 100644 --- a/direnv.json +++ b/direnv.json @@ -5,15 +5,15 @@ "github": "https://github.com/direnv/direnv" }, "license": "MIT", - "version": "2.19.1", + "version": "2.19.2", "architecture": { "64bit": { - "url": "https://github.com/direnv/direnv/releases/download/v2.19.1/direnv.windows-amd64.exe#/direnv.exe", - "hash": "a7d63a8033980cc0c8f7f0dea0f58fe2bbe797f22453b54e245434d575b9abcb" + "url": "https://github.com/direnv/direnv/releases/download/v2.19.2/direnv.windows-amd64.exe#/direnv.exe", + "hash": "48cd00ed810b199f217543b46a2abeb714731a507c97e0e19d35248b870e8776" }, "32bit": { - "url": "https://github.com/direnv/direnv/releases/download/v2.19.1/direnv.windows-386.exe#/direnv.exe", - "hash": "be22faa203fbcfaa63a47669df6545b7e9668b58419e3633f36642dfedd4b177" + "url": "https://github.com/direnv/direnv/releases/download/v2.19.2/direnv.windows-386.exe#/direnv.exe", + "hash": "b00d9c6f3b1ee6445a5ed97c198f4350e200e66f6969e2cada0e0ccc861ef04d" } }, "bin": "direnv.exe",