homebrew-cask/Casks/flameshot.rb

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