bsnes_libretro: revert changes to fix build (#5300)

This commit is contained in:
kwyxz
2020-09-25 22:39:16 -07:00
committed by GitHub
parent 468435c70c
commit 2678d97448
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ attempting to provide a reasonable balance between the previous two."
HOMEPAGE="https://byuu.org/emulation/higan/"
COPYRIGHT="2014-2018 byuu, the libretro team"
LICENSE="GNU GPL v3"
REVISION="1"
srcGitRev="95350550af6c76b57593dea980b5c3a27e5bf09e"
REVISION="3"
srcGitRev="4e572a3cfa10e56bedb6737b0494e8165f6490d5"
SOURCE_URI="https://github.com/libretro/bsnes-libretro/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="a5c00f257efd486e19c900a484a8679de34444b730381922507145fdf3248259"
CHECKSUM_SHA256="77255571b654ef1b7559608818393dc8377c657dc30aa7d3ec45e40662c99a31"
SOURCE_FILENAME="bsnes-libretro-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="bsnes-libretro-$srcGitRev"
PATCHES="bsnes_libretro-$portVersion.patchset"