[GH-ISSUE #435] Can't upgrade nor reinstall via brew cask #270

Closed
opened 2026-03-03 01:11:21 +03:00 by kerem · 1 comment
Owner

Originally created by @mtskf on GitHub (Dec 17, 2020).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/435

brew cask install fails.

❯❯❯ brew cask upgrade clipy                                                                                                                               ✘ 1 
Updating Homebrew...
Warning: Calling brew cask upgrade is deprecated! Use brew upgrade [--cask] instead.
==> Upgrading 1 outdated package:
Warning: Unexpected method 'license' called on Cask clipy.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Cask 'clipy' definition is invalid: invalid 'depends_on macos' value: unknown or unsupported macOS version: :mavericks
Originally created by @mtskf on GitHub (Dec 17, 2020). Original GitHub issue: https://github.com/Clipy/Clipy/issues/435 brew cask install fails. ``` ❯❯❯ brew cask upgrade clipy ✘ 1 Updating Homebrew... Warning: Calling brew cask upgrade is deprecated! Use brew upgrade [--cask] instead. ==> Upgrading 1 outdated package: Warning: Unexpected method 'license' called on Cask clipy. Follow the instructions here: https://github.com/Homebrew/homebrew-cask#reporting-bugs Error: Cask 'clipy' definition is invalid: invalid 'depends_on macos' value: unknown or unsupported macOS version: :mavericks ```
kerem closed this issue 2026-03-03 01:11:22 +03:00
Author
Owner

@mtskf commented on GitHub (Dec 17, 2020):

The issue was sorted:

  1. open /usr/local/Caskroom/clipy/.metadata/1.1.0/20161229095355.375/Casks/clipy.rb
  2. remove the line "depends_on macos: '>= :mavericks'"
  3. then, upgrade works.
<!-- gh-comment-id:747775608 --> @mtskf commented on GitHub (Dec 17, 2020): The issue was sorted: 1. open /usr/local/Caskroom/clipy/.metadata/1.1.0/20161229095355.375/Casks/clipy.rb 2. remove the line "depends_on macos: '>= :mavericks'" 3. then, upgrade works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#270
No description provided.