You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
16 lines
294 B
Ruby
16 lines
294 B
Ruby
cask "loading" do
|
|
version "1.2.6,632"
|
|
sha256 :no_check
|
|
|
|
url "https://bonzaiapps.com/loading/Loading.zip"
|
|
name "Loading"
|
|
homepage "https://bonzaiapps.com/loading/"
|
|
|
|
livecheck do
|
|
url "https://bonzaiapps.com/loading/update.xml"
|
|
strategy :sparkle
|
|
end
|
|
|
|
app "Loading.app"
|
|
end
|