libretro: additional cores bump (#5443)

* atari800_libretro: bumped to version 3.1.0:20201109

* mrboom_libretro: bumped to version 4.9:20201124

* mupen64plus_next_libretro: bumped to version 1.0:20201125

* stella2014_libretro: bumped to version 3.9.3:20201007

* vecx_libretro: bumped to version 1.2:20201018

* scummvm_libretro: bumped to version 2.0.0:20201007

* fbneo_libretro: bumped to version 1.0.0.0:20200925
This commit is contained in:
kwyxz
2020-11-25 15:00:29 -08:00
committed by GitHub
parent 45d19c1066
commit c49c79587c
8 changed files with 29 additions and 35 deletions

View File

@@ -6,9 +6,9 @@ HOMEPAGE="https://github.com/libretro/FBNeo"
COPYRIGHT="2000-2019 the Final Burn team, the libretro team"
LICENSE="GNU GPL v3"
REVISION="1"
srcGitRev="d3f598d6b6d957447f66a07f8af9d22a79c11d8b"
srcGitRev="0f55647e043ace3ffb21003ee66f4fc65ad6ed4f"
SOURCE_URI="https://github.com/libretro/FBNeo/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="65363f0ca723134f5c36b446676c18aab8dce3f481463423b196a5f7beba61a6"
CHECKSUM_SHA256="bc700d5b3e0657505959a8f03dcd7f92bc3b7279256bb00e35c47938063b8df9"
SOURCE_FILENAME="fbneo-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="FBNeo-$srcGitRev"
ADDITIONAL_FILES="fbneo_libretro.info.in"
@@ -39,7 +39,7 @@ BUILD()
$portDir/additional-files/fbneo_libretro.info.in \
> fbneo_libretro.info
cd src/burner/libretro
make -f Makefile $jobArgs
make -f Makefile $jobArgs GIT_VERSION=${srcGitRev:0:7}
}
INSTALL()