From d07b9caf04b6d82bd7a6da88e26ff427075e482c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 20 Apr 2021 09:41:51 +0200 Subject: [PATCH] bolt: update to 0.9.1. --- srcpkgs/bolt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bolt/template b/srcpkgs/bolt/template index 70a3aeb5827a..20bccb2c3e09 100644 --- a/srcpkgs/bolt/template +++ b/srcpkgs/bolt/template @@ -1,6 +1,6 @@ # Template file for 'bolt' pkgname=bolt -version=0.9 +version=0.9.1 revision=1 build_style=meson configure_args="-Dman=true -Dsystemd=false" @@ -13,7 +13,7 @@ maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://gitlab.freedesktop.org/bolt/bolt" distfiles="https://gitlab.freedesktop.org/bolt/bolt/-/archive/${version}/bolt-${version}.tar.gz" -checksum=49fe4cb2cd3361fd104f9c2cd7cbbf791e867038590a968dc39377b27008969a +checksum=f938db68df79d0ada135a055fd01204f6f3436e17e962dfb8dc6699de77e1895 patch_args="-Np1" CFLAGS="-fcommon"