From da77db35ef45db652e4bb1d803710a455e16c34b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 04:27:36 +0000 Subject: [PATCH] avrdude: Update to version 7.2 --- bucket/avrdude.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/avrdude.json b/bucket/avrdude.json index 6832e21ffc..527288ed5d 100644 --- a/bucket/avrdude.json +++ b/bucket/avrdude.json @@ -1,16 +1,16 @@ { - "version": "7.1", + "version": "7.2", "description": "AVRDUDE is software for programming Atmel AVR Microcontrollers", "homepage": "https://github.com/avrdudes/avrdude", "license": "GPL-2.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/avrdudes/avrdude/releases/download/v7.1/avrdude-v7.1-windows-x64.zip", - "hash": "2385dd6c1763481d48221a49480744aec897a0b400e730c8d722a7dcc32aefad" + "url": "https://github.com/avrdudes/avrdude/releases/download/v7.2/avrdude-v7.2-windows-x64.zip", + "hash": "eb95ad64895629bd1da97963ccdecafcc6551b1948b6b0fcc18fb487bf9e3abe" }, "32bit": { - "url": "https://github.com/avrdudes/avrdude/releases/download/v7.1/avrdude-v7.1-windows-x86.zip", - "hash": "8c51ad339f689aead697c80149980e4031a4a82bcfea9563a0cd8ebc650724cd" + "url": "https://github.com/avrdudes/avrdude/releases/download/v7.2/avrdude-v7.2-windows-x86.zip", + "hash": "8f689d5bd27ef6327c87d748c5308d7817a97522be2a8449ba916b317a215fc1" } }, "bin": "avrdude.exe",