New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/30265#issuecomment-821410415 Comment: ```diff diff --git a/srcpkgs/lf/update b/srcpkgs/lf/update index 48ff1d9d85..42dfad0fb8 100644 --- a/srcpkgs/lf/update +++ b/srcpkgs/lf/update @@ -1,2 +1,2 @@ -site='https://github.com/gokcehan/lf/releases' -pattern='archive/\Kr\d+(?=\.tar\.gz)' +pattern='\Kr\d+' +ignore=r95 ``` what do you think?