mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update Casks/s/simplex.rb
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
This commit is contained in:
co-authored by
Sam Ford
parent
3c484d1b7e
commit
519af0dd4d
+2
-7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user