Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
shotcut


Commits:
21f791ab by Caleb Maclennan at 2024-02-19T23:59:09+03:00
Fix nvchecker to handle betas only being identified by GH release properties

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,6 @@
 [shotcut]
 source = "github"
 github = "mltframework/shotcut"
-prefix = "v"
-use_max_tag = true
+from_pattern = "v(\\d+\\.\\d+)\\.\\d+"
+to_pattern = "\\1"
+use_latest_release = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shotcut/-/commit/21f791ab38dc7f520013df3d01008ddb15273999

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shotcut/-/commit/21f791ab38dc7f520013df3d01008ddb15273999
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to