Files
homebrew-cask/Casks/f/flameshot.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

15 lines
427 B
Ruby

cask "flameshot" do
version "12.1.0"
sha256 "70fa1cb9990093b00d184eace8e6c5f1cfefe33decb8ab051141a3847439ff14"
url "https://github.com/flameshot-org/flameshot/releases/download/v#{version}/flameshot.dmg",
verified: "github.com/flameshot-org/flameshot/"
name "Flameshot"
desc "Screenshot software"
homepage "https://flameshot.org/"
app "flameshot.app"
zap trash: "~/.config/flameshot/flameshot.ini"
end