ruby-sync: fix update-check.

The default update-check detects yanked gems as updates.
This commit is contained in:
Leah Neukirchen 2020-04-07 10:23:08 +02:00
parent 260655a2fb
commit 4ebf6f8de0

2
srcpkgs/ruby-sync/update Normal file
View file

@ -0,0 +1,2 @@
site='https://github.com/ruby/sync/tags'
pattern='/archive/(v?|\Qruby-sync\E-)?\K[\d\.]+(?=\.tar\.gz")'