[gnome-games] flatpak: Pin down bsnes-mercury commit



commit f3c7ad604a594292442a4f5afbe2c168e15cfa7e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Oct 16 01:28:40 2020 +0500

    flatpak: Pin down bsnes-mercury commit
    
    They broke builds in master with random makefile updates.
    
    Some observations:
     - profile option has been renamed to PROFILE
     - There's no install target
     - balanced variant doesn't build, performance does though
    
    Let's look at this later and just pin it down for now.

 flatpak/libretro-cores/libretro-bsnes-mercury.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/libretro-cores/libretro-bsnes-mercury.json 
b/flatpak/libretro-cores/libretro-bsnes-mercury.json
index cfdf2c5b..ddbd3d94 100644
--- a/flatpak/libretro-cores/libretro-bsnes-mercury.json
+++ b/flatpak/libretro-cores/libretro-bsnes-mercury.json
@@ -18,7 +18,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://github.com/libretro/bsnes-mercury.git";
+                    "url": "https://github.com/libretro/bsnes-mercury.git";,
+                    "commit" : "4a382621da58ae6da850f1bb003ace8b5f67968c"
                 },
                 {
                     "type": "file",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]