Files
homebrew-cask/Casks/m/magiccap.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
366 B
Ruby

cask "magiccap" do
version "2.1.2"
sha256 "98bfe7b74f112d8887cc64befe494a92909eac26e20103923caf01a71a364944"
url "https://github.com/magiccap/MagicCap/releases/download/v#{version}/magiccap-mac.dmg",
verified: "github.com/magiccap/MagicCap/"
name "MagicCap"
desc "Image/GIF capture suite"
homepage "https://magiccap.me/"
app "MagicCap.app"
end