From c9649adf1e1fdc40d0f4ff2ba137890bccc20aeb Mon Sep 17 00:00:00 2001 From: Requion Date: Sun, 24 Sep 2023 00:46:46 +0200 Subject: [PATCH] ckb-next: update to 0.6.0. --- srcpkgs/ckb-next/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ckb-next/template b/srcpkgs/ckb-next/template index 7df9c8fca17..13fa521073f 100644 --- a/srcpkgs/ckb-next/template +++ b/srcpkgs/ckb-next/template @@ -1,6 +1,6 @@ # Template file for 'ckb-next' pkgname=ckb-next -version=0.5.0 +version=0.6.0 revision=1 build_style=cmake configure_args="-DDISABLE_UPDATER=1 -DUDEV_RULE_DIRECTORY=/usr/lib/udev/rules.d" @@ -13,7 +13,7 @@ maintainer="Frank Steinborn " license="GPL-2.0-or-later" homepage="https://github.com/ckb-next/ckb-next" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=12705aa86cb544a77df6d7a73744f21513bcc6cce805ed8caf5d3b72a950157e +checksum=dd7c9a30ce7bf4fafcdfff974c519b2b3d2ff888c99d3255a6e0194ece5056f4 CFLAGS="-fcommon"