livecheck do
    url :url
    strategy :git do |tags|
      tags.filter_map do |tag|
        match = tag.match(/^(\d+(?:\.\d+)*)\((\d+)\)$/i)