aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/github-release.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-01-27 12:39:43 +0000
committerMike McQuaid2015-01-27 12:40:08 +0000
commit9a1e7bf18cf0c095cd7347627c864497c3c456e6 (patch)
treedf62e7b8baacc43e6a738ea4b4ca83acf8cd7139 /Library/Formula/github-release.rb
parentb48c221ccaf55f212dc93386181dc3ad21a12c56 (diff)
downloadhomebrew-9a1e7bf18cf0c095cd7347627c864497c3c456e6.tar.bz2
github-release: update 0.5.3 bottle.
Diffstat (limited to 'Library/Formula/github-release.rb')
-rw-r--r--Library/Formula/github-release.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/github-release.rb b/Library/Formula/github-release.rb
index 2db21fd97..865491f77 100644
--- a/Library/Formula/github-release.rb
+++ b/Library/Formula/github-release.rb
@@ -6,9 +6,9 @@ class GithubRelease < Formula
head "https://github.com/aktau/github-release.git"
bottle do
- sha1 "c06950368dc90e472c0d6ec991ad639882240d25" => :mavericks
- sha1 "2a32068dfebc31be1a4610f778f300acb10e619c" => :mountain_lion
- sha1 "e6568e7a6ab65e13d54f7cfe2109ec621953f707" => :lion
+ sha1 "1ad266fc6c56b6631214785c764fee4e19aaeb4e" => :yosemite
+ sha1 "31c085f718e68352a2b2f22f601512a1ba9adb65" => :mavericks
+ sha1 "0e120d55f94ea274ead008610a86b46d478f41b7" => :mountain_lion
end
depends_on "go" => :build