aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/bottle_version.rb
AgeCommit message (Collapse)Author
2015-06-02remove bottle_versionXu Cheng
2015-04-19bottle_version: support openssl styleXu Cheng
2015-04-19stop supporting 0_5_0 style bottle versionXu Cheng
The original formula (disco) has been moved to use 0.5.0 style version string. So actually no one is using such style. Stop supporting such style, so it wouldn't be ambiguous with revision part in `Formula#pkg_version`. Closes Homebrew/homebrew#38750. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-07gcc5: add regexDominyk Tiller
Fixes the bottle regex problem seen in https://github.com/Homebrew/homebrew-versions/pull/678. I don’t know whether it’s a good regex, or an awful regex, but it works and passes `brew tests` and a bottled install. Open to improvements if anyone has them. Closes Homebrew/homebrew#38333. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-29bottle_version: support apparix-11-062Xu Cheng
2015-03-23bottle_version: support avce00 styleBaptiste Fontaine
Closes Homebrew/homebrew#37975. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-23bottle_version: support psutils styleBaptiste Fontaine
Closes Homebrew/homebrew#37959. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-15bottle_version: add erlang versions style regex.Mike McQuaid
2015-02-01ngircd: system openssl fixDominyk Tiller
Fix for linking into the system OpenSSL, strict audit fixes, and the plist. Closes Homebrew/homebrew#36386. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-05BottleVersion: add imap-uw style versionsTim D. Smith
2014-10-20bottle_version: handle libpano.Mike McQuaid
2014-05-26Fix overzealous regexJack Nagel
2014-05-15bottle_version: support fontforge scheme.Mike McQuaid
2014-05-06bottle_version: handle zpython bottle.Mike McQuaid
Closes Homebrew/homebrew#28870. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-06bottle_version: parse disco bottle versions.Mike McQuaid
2014-03-24bottle_version: handle pazpar2 style.Mike McQuaid
2014-03-17bottle_version: support lz4 style.Mike McQuaid
2014-02-22bottle_version: add x264.Mike McQuaid
2014-02-22bottle_version: improve test filenames.Mike McQuaid
2013-10-11icu4c: add bottle regex.Mike McQuaid
2013-08-03bottle_versions: add ssh_copy_id bottle detection.Mike McQuaid
2013-08-03bottle_versions: add perforce bottle detection.Mike McQuaid
2013-08-03bottles: use dedicated version class.Mike McQuaid