Update Casks/s/simplex.rb

Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
This commit is contained in:
Miccal Matthews
2023-10-20 09:57:45 +08:00
committed by GitHub
co-authored by Sam Ford
parent 3c484d1b7e
commit 519af0dd4d
+2 -7
View File
@@ -12,13 +12,8 @@ cask "simplex" do
homepage "https://simplex.chat/"
livecheck do
# To not grab f-droid and pre-releases
strategy :github_latest do |json, regex|
match = json["tag_name"]&.match(regex)
next if match.blank?
match[1]
end
url :url
strategy :github_latest
end
depends_on macos: ">= :high_sierra"