From 3440398302e4894802e2617d5e034732a17da325 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 28 Jul 2021 13:54:24 +0200 Subject: [PATCH] babashka: fix update-check. --- srcpkgs/babashka/update | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srcpkgs/babashka/update diff --git a/srcpkgs/babashka/update b/srcpkgs/babashka/update new file mode 100644 index 00000000000..c9b00028245 --- /dev/null +++ b/srcpkgs/babashka/update @@ -0,0 +1,2 @@ +site='https://github.com/babashka/babashka/tags' +pattern='/archive/refs/tags/(v?|\Qbabashka\E-)?\K[\d.]+(?=\.tar\.gz")'