livecheck do
    url "https://nodeclipse.github.io/updates/"
    regex(%r{/Enide-(\d+)-(\d+)-macosx-x64-(\d+)\.zip})
    strategy :page_match do |page, regex|
      page.scan(regex).map { |match| "#{match[0]}.#{match[1]},#{match[2]}" }