From d150bc50b32ea0b376d3eccddf65463b6ecd8e06 Mon Sep 17 00:00:00 2001 From: Nils Fenner Date: Sat, 22 Jun 2019 16:20:00 +0200 Subject: [PATCH] uses the right git version hashes in flatpak manifest --- flatpak/org.sdrangel.SDRangel.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/flatpak/org.sdrangel.SDRangel.json b/flatpak/org.sdrangel.SDRangel.json index 61b6921b1..1f2bc5320 100644 --- a/flatpak/org.sdrangel.SDRangel.json +++ b/flatpak/org.sdrangel.SDRangel.json @@ -241,7 +241,7 @@ { "type": "git", "url": "git://github.com/EttusResearch/uhd.git", - "commit": "e0e61" + "commit": "e0e61a5" } ] }, @@ -254,8 +254,7 @@ "sources": [ { "type": "git", - "url": "git://github.com/f4exb/libmirisdr-4.git", - "commit": "e0e61" + "url": "git://github.com/f4exb/libmirisdr-4.git" } ] }, @@ -319,7 +318,7 @@ { "type": "git", "url": "https://github.com/pothosware/SoapyUHD.git", - "commit": "5838bc9" + "commit": "2900fff" } ] },