From ee7593be5484566d6e05716cc62ce1e05628c25b Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Wed, 11 Sep 2024 16:33:08 +0300 Subject: [PATCH] blueprint-compiler: update to 0.14.0 --- srcpkgs/blueprint-compiler/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/blueprint-compiler/template b/srcpkgs/blueprint-compiler/template index 6cba6a7ed41..3e175a97a42 100644 --- a/srcpkgs/blueprint-compiler/template +++ b/srcpkgs/blueprint-compiler/template @@ -1,6 +1,6 @@ # Template file for 'blueprint-compiler' pkgname=blueprint-compiler -version=0.12.0 +version=0.14.0 revision=1 build_style=meson depends="python3-gobject" @@ -11,5 +11,5 @@ license="LGPL-3.0-or-later" homepage="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/" changelog="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/raw/main/NEWS.md" distfiles="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${version}/blueprint-compiler-v${version}.tar.gz" -checksum=6dbb4ea851cec164030abded5949ea77ff92032e23527e1c0597d7efe0c36a81 +checksum=05faf3810cb76d4e2d2382c6a7e6c8096af27e144e2260635c97f6a173d67234 make_check_pre="xvfb-run"