Files
homebrew-cask/Casks/s/sleipnir.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

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