diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb b/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb index f15e2d58ea..07ee853e19 100644 --- a/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb +++ b/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb | |||
@@ -28,6 +28,8 @@ LIC_FILES_CHKSUM = " \ | |||
28 | 28 | ||
29 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 29 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
30 | 30 | ||
31 | UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz" | ||
32 | |||
31 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" | 33 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz" |
32 | SRC_URI[sha256sum] = "e0a1508f441686c3a20dfec48af533b19a4b2e017c18eaee31dccdb7d292505b" | 34 | SRC_URI[sha256sum] = "e0a1508f441686c3a20dfec48af533b19a4b2e017c18eaee31dccdb7d292505b" |
33 | 35 | ||