We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de619d9 commit 645a6b6Copy full SHA for 645a6b6
recipes/libwpe.recipe
@@ -2,11 +2,11 @@
2
3
class Recipe(recipe.Recipe):
4
name = 'libwpe'
5
- version = '1.16.0'
+ version = '1.16.3'
6
stype = SourceType.TARBALL
7
btype = BuildType.MESON
8
url = 'https://wpewebkit.org/releases/libwpe-{0}.tar.xz'.format(version)
9
- tarball_checksum = 'c7f3a3c6b3d006790d486dc7cceda2b6d2e329de07f33bc47dfc53f00f334b2a'
+ tarball_checksum = 'c880fa8d607b2aa6eadde7d6d6302b1396ebc38368fe2332fa20e193c7ee1420'
10
deps = ['xkbcommon']
11
meson_options = {}
12
0 commit comments