From 4123d00ee3ace52b070e77035b7164fabb4f56fa Mon Sep 17 00:00:00 2001 From: MarNicGit <47538428+MarNicGit@users.noreply.github.com> Date: Wed, 3 Jun 2020 02:45:43 +0200 Subject: [PATCH] Added tags, description and homepage (#1501) Also moved installertype to the specified installer Co-authored-by: MarNicGit --- manifests/Arduino/Arduino/1.8.12.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/Arduino/Arduino/1.8.12.yaml b/manifests/Arduino/Arduino/1.8.12.yaml index 2a55a13f3..ae8b233e3 100644 --- a/manifests/Arduino/Arduino/1.8.12.yaml +++ b/manifests/Arduino/Arduino/1.8.12.yaml @@ -4,8 +4,11 @@ Name: Arduino IDE Version: 1.8.12 License: GNU License LicenseUrl: https://github.com/arduino/Arduino/blob/master/license.txt -InstallerType: nullsoft +Tags: arduino, ide, sketch, programming +Description: The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. +Homepage: https://www.arduino.cc/en/main/software Installers: - Arch: x86 Url: https://downloads.arduino.cc/arduino-1.8.12-windows.exe Sha256: 2f885c5313dc2150cdd1b5f4e7802c7cc3f46c092bc8199612f11906b40c1cab + InstallerType: nullsoft