From 35c556780811dcd39ece86cb9d30fe8a5ce3b40b Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Sun, 3 May 2020 17:18:50 +0300 Subject: [PATCH] flare: changed http to https (#4942) --- games-rpg/flare/flare-0.19.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-rpg/flare/flare-0.19.recipe b/games-rpg/flare/flare-0.19.recipe index cb08beb12..d6860592c 100644 --- a/games-rpg/flare/flare-0.19.recipe +++ b/games-rpg/flare/flare-0.19.recipe @@ -1,11 +1,11 @@ SUMMARY="A single-player 2D action role playing game" DESCRIPTION="Flare is a single-player 2D action RPG with fast-paced action \ and a dark fantasy style." -HOMEPAGE="http://flarerpg.org" +HOMEPAGE="https://flarerpg.org" COPYRIGHT="2010-2013 Clint Bellanger" LICENSE="GNU GPL v3" -REVISION="4" -SOURCE_URI="http://downloads.sourceforge.net/project/flare-game/Linux/flare.0.19.tar.gz" +REVISION="5" +SOURCE_URI="https://downloads.sourceforge.net/project/flare-game/Linux/flare.0.19.tar.gz" CHECKSUM_SHA256="c96995fff6b71d44ddeae611b1ae4cd35162655f73088000786d03478f0a924e" SOURCE_DIR="flare.0.19" PATCHES="flare-0.19.patch"