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

13 lines
382 B
Ruby

cask "scout" do
version "2.18.16"
sha256 "b9d38e1f80c12f93f806360ee0dea096a5e262b1436a9e2664ca52a2f7955658"
url "https://github.com/scout-app/scout-app/releases/download/v#{version}/OSX_Scout-App_#{version}.zip",
verified: "github.com/scout-app/scout-app/"
name "Scout-App"
desc "Simple Sass processor"
homepage "https://scout-app.io/"
app "Scout-App.app"
end