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

19 lines
426 B
Ruby

cask "smoothscroll" do
version "1.6.0"
sha256 :no_check
url "https://www.smoothscroll.net/mac/download/SmoothScroll.app.zip"
name "SmoothScroll"
desc "Smooth mouse scrolling utility"
homepage "https://www.smoothscroll.net/"
livecheck do
url "https://updater.smoothscroll.net/mac/updater.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :high_sierra"
app "SmoothScroll.app"
end