diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-06-16 10:09:13 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-06-29 16:31:06 +0300 |
commit | c0176deb7759782815761a5896e308b66ad206d5 (patch) | |
tree | ce1d951aafc1ab742b4d60854ffbb3bfc0fa9470 /dev-embedded | |
parent | gnome-base/librsvg: keyword 2.57.3 for ~mips (diff) | |
download | gentoo-c0176deb7759782815761a5896e308b66ad206d5.tar.gz gentoo-c0176deb7759782815761a5896e308b66ad206d5.tar.bz2 gentoo-c0176deb7759782815761a5896e308b66ad206d5.zip |
dev-embedded/arduino: update HOMEPAGE
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/arduino/arduino-1.8.19.ebuild | 6 |
1 files 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" |