Files
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

19 lines
352 B
Ruby

cask "outguess" do
version "1.1.6"
sha256 :no_check
url "https://www.rbcafe.com/download/outguess.zip",
user_agent: :fake
name "Outguess"
homepage "https://www.rbcafe.com/software/outguess/"
livecheck do
url :homepage
regex(/Version\s+(\d+(?:\.\d+)+)/i)
end
depends_on macos: ">= :el_capitan"
app "Outguess.app"
end