mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
386 B
Ruby
17 lines
386 B
Ruby
cask "sleipnir" do
|
|
version "4.6.6"
|
|
sha256 :no_check
|
|
|
|
url "https://www.fenrir-inc.com/services/download.php?file=Sleipnir.dmg"
|
|
name "Sleipnir"
|
|
desc "Web browser"
|
|
homepage "https://www.fenrir-inc.com/jp/sleipnir/"
|
|
|
|
livecheck do
|
|
url "https://update.fenrir.co.jp/smartupdate/mac/sleipnir/appcast.xml"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
app "Sleipnir.app"
|
|
end
|