Files
homebrew-cask/Casks/i/istat-server.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
516 B
Ruby
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
cask "istat-server" do
version "3.03"
sha256 "0d6df9abe88aa7b29f53abb63413ede2853823cf6fd75b75818ef0190a07e8c7"
url "https://bjango.s3.amazonaws.com/files/istatserver#{version.major}/istatserver#{version}.zip",
verified: "bjango.s3.amazonaws.com/"
name "iStat Server"
desc "Transmits computer or servers vital statistics"
homepage "https://bjango.com/istatserver/"
livecheck do
url "https://download.bjango.com/istatserver"
strategy :header_match
end
app "iStat Server.app"
end