From f7b497df735da28ad72bbbd9392301cb7060a124 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 9 Jan 2025 20:53:27 +0100 Subject: [PATCH] Tuba: update to 0.9.1, fix update-check. --- srcpkgs/Tuba/template | 4 ++-- srcpkgs/Tuba/update | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/Tuba/update diff --git a/srcpkgs/Tuba/template b/srcpkgs/Tuba/template index 2452f396a6d..e4093d1cab7 100644 --- a/srcpkgs/Tuba/template +++ b/srcpkgs/Tuba/template @@ -1,6 +1,6 @@ # Template file for 'Tuba' pkgname=Tuba -version=0.8.4 +version=0.9.1 revision=1 build_style=meson configure_args="-Ddistro=true" @@ -15,4 +15,4 @@ license="GPL-3.0-only" homepage="https://tuba.geopjr.dev/" changelog="https://github.com/GeopJr/Tuba/releases" distfiles="https://github.com/GeopJr/Tuba/archive/refs/tags/v${version}.tar.gz" -checksum=844fc1e3dc7d13a6967e9ac7c43bf887a00c9817f6666043ae002536d6a24c78 +checksum=1303e5e5646d73d6ef6c0b263a3f0ba72bf7573bea0d60f066e58f91a7bada1b diff --git a/srcpkgs/Tuba/update b/srcpkgs/Tuba/update new file mode 100644 index 00000000000..958055b056d --- /dev/null +++ b/srcpkgs/Tuba/update @@ -0,0 +1 @@ +pattern="(?<=v)\d+(\.\d+){2}"