dwarvesf / homebrew-tap

Homebrew Taps
1 stars 2 forks source link

Error Installing vimmotion: Deprecated 'appcast' Stanza #5

Closed lappemic closed 6 months ago

lappemic commented 8 months ago

Issue Description

Encountered an error when trying to install vimmotion via Homebrew. It seems that the cask definition for vimmotion in the dwarvesf/tap repository uses the deprecated appcast stanza.

Steps to Reproduce

  1. Run brew tap dwarvesf/homebrew-tap
  2. Run brew install --cask vimmotion

Expected Behavior

The vimmotion application should install without any issues.

Actual Behavior

Received the following error message:

Error: Cask 'vimmotion' definition is invalid: 'appcast' stanza failed with: Calling the appcast stanza is disabled! Use the livecheck stanza instead.

Suggested Solution

Replace the deprecated appcast stanza with the livecheck stanza in the cask definition for vimmotion.

Additional Information

I hope this information is helpful for resolving the issue. Please let me know if any additional details are needed. Thank you!

kkoscielniak commented 8 months ago

Hello @lappemic,

I've stumbled upon same issue today and fixed the Cask.

You can update your vimmotion.rb cask file locally based on the diff from #6 or wait until the maintainers merge the PR :)

(you should be able to find said file in /opt/homebrew/Library/Taps/dwarvesf/homebrew-tap/Casks/).

lappemic commented 8 months ago

This worked perfectly fine!

Thanks a lot @kkoscielniak!

I will open a PR for the documentation, unless you want to do this? :)

kkoscielniak commented 8 months ago

no worries, go on with the docs PR :) On 15 Jan 2024 at 15:26 +0100, Michael @.***>, wrote:

This worked perfectly fine! Thanks a lot @kkoscielniak! I will open a PR for the documentation, unless you want to do this? :) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>