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

12 lines
353 B
Ruby

cask "shiba" do
version "1.2.1"
sha256 "599dc0db44d82145fb71583cdca6561077d72e532bf132a4b013a360f7b9ba82"
url "https://github.com/rhysd/Shiba/releases/download/v#{version}/Shiba-darwin-x64.zip"
name "Shiba"
desc "Rich markdown live preview app with linter"
homepage "https://github.com/rhysd/Shiba/"
app "Shiba-darwin-x64/Shiba.app"
end