From 43f2f4a3b79546fba64118d5547935c0e8278786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 3 Jun 2021 15:10:39 -0700 Subject: [PATCH] ddev: Update to version 1.17.3 --- bucket/ddev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ddev.json b/bucket/ddev.json index e2d30eb236..84687d859f 100644 --- a/bucket/ddev.json +++ b/bucket/ddev.json @@ -1,5 +1,5 @@ { - "version": "1.17.2", + "version": "1.17.3", "description": "An open source tool that makes it simple to get local PHP development environments up and running in minutes", "homepage": "https://ddev.readthedocs.io/en/latest/", "license": "Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/drud/ddev/releases/download/v1.17.2/ddev_windows-amd64.v1.17.2.tar.gz", - "hash": "f0aee1d623cdb9af6d1b2f33fa05bad7ceab4ccd83b828d9f3bedddddf3f0758" + "url": "https://github.com/drud/ddev/releases/download/v1.17.3/ddev_windows-amd64.v1.17.3.tar.gz", + "hash": "a788aedf06297a57cd924a71ccc5a159ce70f708f0813312fbd8c79ff1353e39" } }, "bin": "ddev.exe",