ired: add 0.5.0 bottle.

This commit is contained in:
BrewTestBot 2016-03-28 14:28:53 +01:00 committed by Mike McQuaid
parent 23674a4a07
commit 2dd30b12d7

View file

@ -4,6 +4,13 @@ class Ired < Formula
url "http://www.radare.org/get/ired-0.5.0.tar.gz"
sha256 "dce25f6b9402b78f183ecf4d94a2d44db1a6946546217d6c60c3f179bfbfff84"
bottle do
cellar :any_skip_relocation
sha256 "7d02292ccb5d3f0cf283c732428259be1d1a12c934cae9e20b1a5d64f7ca473a" => :el_capitan
sha256 "8f3ea6c227b0a939a3c9cd65528439d59bbd8cb493c5d5f87de64f54173fa926" => :yosemite
sha256 "17661990a22e84dce84fa684d096f0082925bb5e05d04807704bc6403904a558" => :mavericks
end
def install
system "make"
system "make", "install", "PREFIX=#{prefix}"