Skip to content

Commit

Permalink
flatpak: Don't specify luajit commit
Browse files Browse the repository at this point in the history
Turns out, even if luajit developers ask people to use branches instead
of tarballs, they sometimes force-push to their stable branches, deleting
commits out of the blue.

Remove the specified commit from the Flatpak manifest.
  • Loading branch information
GeorgesStavracas committed Mar 23, 2021
1 parent 1a05c4f commit 49c169c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CI/flatpak/com.obsproject.Studio.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
"type": "git",
"url": "https://luajit.org/git/luajit-2.0.git",
"branch": "v2.1",
"commit": "787736990ac3b7d5ceaba2697c7d0f58f77bb782",
"disable-shallow-clone": true
},
{
Expand Down

0 comments on commit 49c169c

Please sign in to comment.