build-aux: Update Flatpak modules

- Update mbedTLS to 3.4.0
- Update aom to 3.6.1
- Update libsrt to 1.5.2
- Update SVT-AV1 to 1.6.0
- Update LuaJIT to 8635cbabf3
- Update Asio to 1.28.0
This commit is contained in:
tytan652 2023-08-03 08:02:50 +02:00 committed by Ryan Foster
parent 620eff0768
commit 27d65b64c2
6 changed files with 11 additions and 11 deletions

View file

@ -17,8 +17,8 @@
{
"type": "git",
"url": "https://github.com/ARMmbed/mbedtls.git",
"commit": "869298bffeea13b205343361b7a7daf2b210e33d",
"tag": "v3.2.1"
"commit": "1873d3bfc2da771672bd8e7e8f41f57e0af77f33",
"tag": "v3.4.0"
}
]
}

View file

@ -19,8 +19,8 @@
{
"type": "git",
"url": "https://aomedia.googlesource.com/aom.git",
"tag": "v3.6.0",
"commit": "3c65175b1972da4a1992c1dae2365b48d13f9a8d"
"tag": "v3.6.1",
"commit": "7ade96172b95adc91a5d85bf80c90989cd543ee8"
}
]
}

View file

@ -16,8 +16,8 @@
{
"type": "git",
"url": "https://github.com/Haivision/srt.git",
"tag": "v1.5.1",
"commit": "0bc3b03202b3159fc9b085b3ae6d66ec071c25d6"
"tag": "v1.5.2",
"commit": "9448e26fcd7602098b4bf9cd7fe535136e89e10b"
}
]
}

View file

@ -18,8 +18,8 @@
{
"type": "git",
"url": "https://gitlab.com/AOMediaCodec/SVT-AV1.git",
"tag": "v1.4.1",
"commit": "018276d714ce65d9b586f6205ee016cbd8d5425d"
"tag": "v1.6.0",
"commit": "08c18ba0768ed3dbbff0903adc326fb3a7549bd9"
}
]
}

View file

@ -11,7 +11,7 @@
{
"type": "git",
"url": "https://luajit.org/git/luajit-2.0.git",
"commit": "505e2c03de35e2718eef0d2d3660712e06dadf1f",
"commit": "8635cbabf3094c4d8bd00578c7d812bea87bb2d3",
"disable-shallow-clone": true
},
{

View file

@ -10,8 +10,8 @@
{
"type": "git",
"url": "https://github.com/chriskohlhoff/asio.git",
"tag": "asio-1-12-1",
"commit": "b73dc1d2c0ecb9452a87c26544d7f71e24342df6"
"tag": "asio-1-28-0",
"commit": "c465349fa5cd91a64bb369f5131ceacab2c0c1c3"
}
]
}