aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-06-16HomebrewFormula/dome-key.rb: Fix `:lion`/"10.7" `depends_on`HEADmasterTeddy Wing
Turns out we didn't solve the problem with the previous commit, as "10.7" still needs to be in Homebrew's `MacOS::Version::SYMBOLS` hash in order to be recognised. To work around this, depend on Lion if Homebrew provides it, otherwise display a message in the Caveats section about the minimum OS version.
2019-06-11HomebrewFormula: Change `:lion` to `"10.7"`Teddy Wing
I got this error recently: $ brew tap teddywing/formulae Updating Homebrew... ... ==> Tapping teddywing/formulae Cloning into '/usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae'... ... Error: Invalid formula: /usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae/HomebrewFormula/dome-key.rb dome-key: unknown version :lion Error: Cannot tap teddywing/formulae: invalid syntax in tap! Turns out `:lion` was removed as a Mac OS X version symbol from Homebrew: https://github.com/homebrew/brew/commit/1aa8ad09e212cd9cd2f3ae55f899ed4ef03ae4d0 Use a version string instead.
2018-11-22Update dome-key.rbTeddy Wing
https://github.com/teddywing/DomeKey/commit/a8a36293283f4df90f37e29bdc654908ec943e6b
2018-11-22Add READMETeddy Wing
2018-11-22Add dome-key.rb formula v1.0Teddy Wing