diff --git a/.github/autobump.txt b/.github/autobump.txt index df57da4c8dcda..09b33cf4b2242 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -157,6 +157,7 @@ hackolade hbuilderx heptabase heroic +holavpn hoppscotch hstracker hydrus-network diff --git a/Casks/h/holavpn.rb b/Casks/h/holavpn.rb index 2a9b5e4f696bd..b6f23f42f9f1d 100644 --- a/Casks/h/holavpn.rb +++ b/Casks/h/holavpn.rb @@ -9,7 +9,7 @@ livecheck do url "https://hola.org/download" - regex(/"iosmac2e":"(#{version.csv.first.major}[^"]+)","iosmac2e_build":"([^"]+)"/i) + regex(/"iosmac2e":"(#{version.csv.first.major}[^"]+)"(?:,"iosmac2e_next":"[^"]+")?,"iosmac2e_build":"([^"]+)"/i) strategy :page_match do |page| page.scan(regex).map { |match| "#{match[0]},#{match[1]}" } end