commit: c0176deb7759782815761a5896e308b66ad206d5 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Sun Jun 16 08:09:13 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Jun 29 13:31:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0176deb
dev-embedded/arduino: update HOMEPAGE Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-embedded/arduino/arduino-1.8.19.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-embedded/arduino/arduino-1.8.19.ebuild b/dev-embedded/arduino/arduino-1.8.19.ebuild index 00bad17d94bd..4dd3c76f3613 100644 --- a/dev-embedded/arduino/arduino-1.8.19.ebuild +++ b/dev-embedded/arduino/arduino-1.8.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit java-pkg-2 java-ant-2 desktop xdg-utils DESCRIPTION="An open-source AVR electronics prototyping platform" -HOMEPAGE="https://arduino.cc/ https://github.com/arduino/" +HOMEPAGE="https://www.arduino.cc/ https://github.com/arduino/" AVR_VERSION="1.8.3" EXAMPLES_VERSION="1.9.1" @@ -15,7 +15,7 @@ PLUGIN_VERSION="0.12.0" SRC_URI="https://github.com/arduino/Arduino/archive/${PV}.tar.gz -> ${P}.tar.gz https://downloads.arduino.cc/cores/avr-${AVR_VERSION}.tar.bz2 -> ${PN}-avr-${AVR_VERSION}.tar.bz2 https://github.com/arduino/arduino-examples/archive/refs/tags/${EXAMPLES_VERSION}.zip -> ${PN}-examples-${EXAMPLES_VERSION}.zip - https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v${PLUGIN_VERSION}/WiFi101-Updater-ArduinoIDE-Plugin-${PLUGIN_VERSION}.zip -> ${PN}-WiFi101-Updater-ArduinoIDE-Plugin-${PLUGIN_VERSION}.zip + https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin/releases/download/v${PLUGIN_VERSION}/WiFi101-Updater-ArduinoIDE-Plugin-${PLUGIN_VERSION}.zip -> ${PN}-WiFi101-Updater-ArduinoIDE-Plugin-${PLUGIN_VERSION}.zip " LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"
