libretro-4do: fix PKG_SHA256

The 4do libretro core was renamed to opera and the old repo now
redirects, leading to a different SHA256.

Correct the SHA256, eventually the core and kodi game addon should
be renamed to reflect the new name.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-02-18 20:25:04 +01:00
parent cbfdcbca2d
commit 5cccd642e2

View File

@ -3,7 +3,7 @@
PKG_NAME="libretro-4do"
PKG_VERSION="da814a868c41fb47f265e04e5f95756cda62e5c2"
PKG_SHA256="8418e109cf851f2bbf7b90c796c7f7a8a4b238d49cce8d1fa95334cf73b5edcf"
PKG_SHA256="6a3ec326d35ae55fa4e749c600d9eb538fb7c1c3b9ffd1fa1ac6064f4bf5e7b4"
PKG_LICENSE="LGPL"
PKG_SITE="https://github.com/libretro/4do-libretro"
PKG_URL="https://github.com/libretro/4do-libretro/archive/$PKG_VERSION.tar.gz"