Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D70CB7819C9 for <~alpine/aports@lists.alpinelinux.org>; Sat, 10 Aug 2019 20:26:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 80BF027DDF for <~alpine/aports@lists.alpinelinux.org>; Sat, 10 Aug 2019 22:26:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Hj1j3xphj6-7; Sat, 10 Aug 2019 22:26:49 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1565468809; bh=9kJRaP0u5sLH7pmJUTYdtnk7VrZiVd+/92SF73B6cAM=; h=From:To:Cc:Subject:Date; b=ggxtCp5cKEM3RzkmI6kUPHy7F3EZu+4qqGBpIJrlQtv4I5Y/+HtQHXC2Bg6UW6BdL DYfFPivlc5h+VOTBl09RMUVTghfdNPezryCTiX6lO/jbiG7zbYohfNcgj9WIjGpdAv kM+9s9bOYuuPECMYTY78JtNgipEo7Q+sxFwnlA12vWZmACWCCHYLGC/ZzlcKauQKRo qgqRZXqa01fA02zfGBJxFndAYj46s95YfqAUvYVxx2Hfs7mEmkVKNWy8cdyHdXlhIY s+t7totwl1Z9PvnUQ5y58cedjoda8R0y0sfXWHqi5MiVAgn4LStSyed+trVcWIcJjy gOqDaiglk5C1w== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/retroarch: fix url Date: Sat, 10 Aug 2019 22:26:46 +0200 Message-Id: <20190810202646.18321-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/retroarch/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/retroarch/APKBUILD b/testing/retroarch/APKBUILD index 91a11e4511..1900646919 100644 --- a/testing/retroarch/APKBUILD +++ b/testing/retroarch/APKBUILD @@ -3,9 +3,9 @@ pkgname=retroarch _pkgname=RetroArch pkgver=1.7.7 -pkgrel=3 +pkgrel=4 arch="all" -url="https://www.libretro.com/" +url="https://retroarch.com" pkgdesc="Reference frontend for the libretro API" license="GPL-2.0-only" depends="retroarch-assets retroarch-joypad-autoconfig libretro-core-info" -- 2.21.0