cask "honer" do
  version "1.1"
  sha256 "ca6b657bec7fd20e2cae8c7145852439148211b9d4aac9ab12c354c69426c043"

  url "https://github.com/puffnfresh/Honer.app/releases/download/#{version}/Honer.app.zip"
  name "Honer"
  desc "Utility that draws a border around the focused window"
  homepage "https://github.com/puffnfresh/Honer.app"

  deprecate! date: "2024-06-22", because: :discontinued
  disable! date: "2025-06-22", because: :discontinued

  depends_on :macos

  app "Honer.app"

  caveats do
    requires_rosetta
  end
end
