Compare commits

...

1 Commits

Author SHA1 Message Date
Justin Zobel
b2647c2b48 Flatpak: Move to tar of mlt as flatpak will not clone submodules. 2023-05-24 08:37:20 +00:00

View File

@@ -790,9 +790,9 @@
],
"sources": [
{
"type": "git",
"url": "https://github.com/mltframework/mlt.git",
"branch": "master"
"type": "archive",
"url": "https://github.com/mltframework/mlt/releases/download/v7.16.0/mlt-7.16.0.tar.gz",
"sha256": "c0975e06403d3df22be7d4b5d96d0608e0d16470299360d0a0ee5f41ba2b7a96"
}
]
},