railwaycat / homebrew-emacsmacport

Emacs mac port formulae for the Homebrew package manager
BSD 2-Clause "Simplified" License
1.68k stars 126 forks source link

Replace `appcast` with a `livecheck` stanza #344

Closed hivehand closed 1 year ago

hivehand commented 1 year ago

The formula in its current form triggers the following Homebrew response:

Warning: Calling the `appcast` stanza is deprecated! Use the `livecheck` stanza instead.

This patch follows those instructions, using the same URL but placing it inside of a livecheck block, quieting the warning message.

hivehand commented 1 year ago

Sigh. I should have checked existing pull requests before submitting my own. I'm leaving it here for now, but feel free to dismiss and discard it in favor of @mpolden's suggestion.

kevinji commented 1 year ago

@railwaycat I think this should be closed as #342 has already been merged.

hivehand commented 1 year ago

Agreed. Sorry about the noise.