phinze/homebrew-cask

View on GitHub
Casks/s/statusfy.rb

Summary

Maintainability
A
20 mins
Test Coverage
cask "statusfy" do
  version "1.4.0"
  sha256 "7fcd2bf27000bec59ef76343621fc4c551c68dd5ab338742ca824b2c5fe0771b"

  url "https://github.com/paulyoung/Statusfy/releases/download/#{version}/Statusfy.zip"
  name "Statusfy"
  desc "Spotify in the status bar"
  homepage "https://github.com/paulyoung/Statusfy"

  deprecate! date: "2024-08-25", because: :unmaintained

  app "Statusfy.app"

  caveats do
    requires_rosetta
  end
end