Browse Source

flatpak: Don't specify luajit commit

luajit developers ask people to use branches instead of tarballs, however,
Flatpak interprets having both 'commit' and 'branch' fields as 'use this
branch, and this commit should be at the top of the branch', which is not
really what we want.

Remove the specified commit from the Flatpak manifest.
Georges Basile Stavracas Neto 4 years ago
parent
commit
b98bad1f30
1 changed files with 0 additions and 1 deletions
  1. 0 1
      CI/flatpak/com.obsproject.Studio.json

+ 0 - 1
CI/flatpak/com.obsproject.Studio.json

@@ -146,7 +146,6 @@
           "type": "git",
           "url": "https://luajit.org/git/luajit-2.0.git",
           "branch": "v2.1",
-          "commit": "787736990ac3b7d5ceaba2697c7d0f58f77bb782",
           "disable-shallow-clone": true
         },
         {