From b42b8adbf54ae2844181dbc439949fc428435ba0 Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 19 Jul 2022 12:56:33 +0100 Subject: [PATCH] ddev: Update to version 1.19.5, fix autoupdate Relates to Excavator failing to get latest download url: https://github.com/ScoopInstaller/Main/runs/7405320764?check_suite_focus=true#step:3:243 .tar.gz --> .zip .sha256.txt --> checksums.txt --- bucket/ddev.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ddev.json b/bucket/ddev.json index e8aa3c91bc..96e3c56c04 100644 --- a/bucket/ddev.json +++ b/bucket/ddev.json @@ -1,5 +1,5 @@ { - "version": "1.19.3", + "version": "1.19.5", "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.19.3/ddev_windows-amd64.v1.19.3.tar.gz", - "hash": "1b07724771b93f178672db8e1098eccd4734721aec2ccf9eb1090e38f5a45ddc" + "url": "https://github.com/drud/ddev/releases/download/v1.19.5/ddev_windows-amd64.v1.19.5.zip", + "hash": "cdead2206e9a90999db6d0af0cbff44d9ba670b44ac05f6773d9f443a62b99aa" } }, "bin": "ddev.exe", @@ -19,11 +19,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/drud/ddev/releases/download/v$version/ddev_windows-amd64.v$version.tar.gz" + "url": "https://github.com/drud/ddev/releases/download/v$version/ddev_windows-amd64.v$version.zip" } }, "hash": { - "url": "$url.sha256.txt" + "url": "$baseurl/checksums.txt" } } }