Merge pull request #61 from ColinKinloch/5.0-13603

Update to 5.0-13603 (Dec 2020 to Jan 2021 report)
This commit is contained in:
Carles Pastor Badosa 2021-02-12 16:09:25 +01:00 committed by GitHub
commit 420fa790f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -21,7 +21,7 @@
<id>dolphin-emu.desktop</id>
</provides>
<releases>
<release date="2020-12-03" version="5.0-13178"/>
<release date="2021-02-03" version="5.0-13603"/>
</releases>
<url type="homepage">https://dolphin-emu.org</url>
<url type="help">https://forums.dolphin-emu.org</url>

View file

@ -28,6 +28,9 @@
"/lib/*.la",
"/lib/pkgconfig"
],
"post-install": [
"ln -s libusb-1.0.so /app/lib/libusb.so"
],
"sources": [
{
"type": "archive",
@ -44,7 +47,6 @@
"-DENABLE_ALSA=OFF",
"-DENABLE_SDL=ON",
"-DENABLE_EVDEV=OFF",
"-DENABLE_WX=OFF",
"-DDISTRIBUTOR=Flathub"
],
"build-options": {
@ -69,7 +71,7 @@
{
"type": "git",
"url": "https://github.com/dolphin-emu/dolphin.git",
"commit": "a34823df61df65168aa40ef5e82e44defd4a0138"
"commit": "7250d6e4e091f4b5b4f2289c2c732349b69a2e8a"
},
{
"type": "patch",