summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-29 21:07:36 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-29 21:46:45 +0200
commit621408e59559058aa448c740119e467d5c168b68 (patch)
treecec48cd177a5e4b0538a431a3f5a429c3a18d034
parent27d7ef126bc7f4eb1a757128466befa11245bbfd (diff)
downloadbuildroot-621408e59559058aa448c740119e467d5c168b68.tar.gz
buildroot-621408e59559058aa448c740119e467d5c168b68.zip
package/stella: fix project URLs
The project moved to github: http://stella.sourceforge.net/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/stella/Config.in2
-rw-r--r--package/stella/stella.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/stella/Config.in b/package/stella/Config.in
index dd8e32a651..4c10983a3e 100644
--- a/package/stella/Config.in
+++ b/package/stella/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_STELLA
help
Stella is a multi-platform Atari 2600 VCS emulator.
- http://stella.sourceforge.net/
+ https://stella-emu.github.io/
comment "stella needs a toolchain w/ dynamic library, C++, gcc >= 4.8"
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
diff --git a/package/stella/stella.mk b/package/stella/stella.mk
index 220abb275b..fbf7809a17 100644
--- a/package/stella/stella.mk
+++ b/package/stella/stella.mk
@@ -6,7 +6,7 @@
STELLA_VERSION = 4.7.2
STELLA_SOURCE = stella-$(STELLA_VERSION)-src.tar.xz
-STELLA_SITE = http://downloads.sourceforge.net/stella
+STELLA_SITE = https://github.com/stella-emu/stella/releases/download/release-$(STELLA_VERSION)
STELLA_LICENSE = GPL-2.0+
STELLA_LICENSE_FILES = Copyright.txt License.txt
OpenPOWER on IntegriCloud