diff options
| author | BrewTestBot | 2014-06-26 21:41:44 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-26 21:41:44 +0100 |
| commit | 4f431438fb813943c52a70185adcc42e21658b0f (patch) | |
| tree | b89b970bf789c87d9baf4f777e32e894db092264 /Library/Formula/github-release.rb | |
| parent | 323b1c6c06d5911fbb413928aa5496b62fdf1a56 (diff) | |
| download | homebrew-4f431438fb813943c52a70185adcc42e21658b0f.tar.bz2 | |
github-release: add 0.5.2 bottle.
Closes #30449.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/github-release.rb')
| -rw-r--r-- | Library/Formula/github-release.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/github-release.rb b/Library/Formula/github-release.rb index 71634f7c6..bf4e0cc36 100644 --- a/Library/Formula/github-release.rb +++ b/Library/Formula/github-release.rb @@ -6,6 +6,13 @@ class GithubRelease < Formula sha1 "684391c8bfbb80e43e9aa328b640aaca10345bd7" head "https://github.com/aktau/github-release.git" + + bottle do + sha1 "c06950368dc90e472c0d6ec991ad639882240d25" => :mavericks + sha1 "2a32068dfebc31be1a4610f778f300acb10e619c" => :mountain_lion + sha1 "e6568e7a6ab65e13d54f7cfe2109ec621953f707" => :lion + end + depends_on "go" => :build def install |
