From 52a9cbf54777a64d283eb9682cc1aff950a7d219 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 16 Apr 2021 22:00:23 +0000 Subject: [PATCH] ddev: Update to version 1.17.1 --- bucket/ddev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ddev.json b/bucket/ddev.json index 443a1ce633..cae7acba14 100644 --- a/bucket/ddev.json +++ b/bucket/ddev.json @@ -1,5 +1,5 @@ { - "version": "1.17.0", + "version": "1.17.1", "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.0/ddev_windows-amd64.v1.17.0.tar.gz", - "hash": "b5ba704a2727417342eb5e7ce246dc268686af1ee8268b292640dcac743c795d" + "url": "https://github.com/drud/ddev/releases/download/v1.17.1/ddev_windows-amd64.v1.17.1.tar.gz", + "hash": "fc8e53a074e4fc81ffc2144051da649df8da3f7bfc5447cd63a7f3354abed464" } }, "bin": "ddev.exe",