MisterTea / homebrew-et

Homebrew formula for Eternal Terminal
6 stars 9 forks source link

Use `<<~EOS` instead of `<<-EOS.undent` #3

Closed claui closed 6 years ago

claui commented 6 years ago

As per commit 77f1768 on Homebrew, the Homebrew-specific idiom <<-EOS.undent has been deprecated in favor of the more general <<~EOS syntax:

https://github.com/Homebrew/brew/commit/77f1768108272f2168e22a735bead49fe7045331#diff-d667e35be86b1a2b5d1f95ff39b4a878R3

This PR upgrades the et formula to reflect this change. Without this change, installing or upgrading Homebrew formulas will fail:

image

Note: This PR introduces a temporary stanza revision 1, which is to allow users to upgrade in case they are already stuck with the old 4.1.2 formula. Feel free to remove the line revision 1 on the next release.

MisterTea commented 6 years ago

Thanks @claui !!!