From ca1b871f3ffa5b06299ccb6d47661b20fe8d9566 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 12:31:35 +0000 Subject: [PATCH] units: Update to version 2.21 --- bucket/units.json | 50 +++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/bucket/units.json b/bucket/units.json index 6e86d98cf9..189d3bd1ca 100644 --- a/bucket/units.json +++ b/bucket/units.json @@ -1,25 +1,25 @@ -{ - "version": "2.21", - "description": "Tool to convert quantities between different systems of measurement", - "homepage": "https://www.gnu.org/software/units/", - "license": "GPL-3.0-or-later", - "architecture": { - "64bit": { - "url": "https://ftp.gnu.org/gnu/units/windows/units-2.21-setup.exe", - "hash": "185ba7fbb56297dbafe2c40306aa1a63f3c5b17f66688dc6c21e562b31ad80d2" - } - }, - "innosetup": true, - "bin": "units.exe", - "checkver": { - "url": "https://ftp.gnu.org/gnu/units/windows/?C=M;O=D", - "regex": "units-([\\d.]+)-setup\\.exe" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://ftp.gnu.org/gnu/units/windows/units-$version-setup.exe" - } - } - } -} +{ + "version": "2.21", + "description": "Tool to convert quantities between different systems of measurement", + "homepage": "https://www.gnu.org/software/units/", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://ftp.gnu.org/gnu/units/windows/units-2.21-setup.exe", + "hash": "185ba7fbb56297dbafe2c40306aa1a63f3c5b17f66688dc6c21e562b31ad80d2" + } + }, + "innosetup": true, + "bin": "units.exe", + "checkver": { + "url": "https://ftp.gnu.org/gnu/units/windows/?C=M;O=D", + "regex": "units-([\\d.]+)-setup\\.exe" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://ftp.gnu.org/gnu/units/windows/units-$version-setup.exe" + } + } + } +}