l-smash: add 1.5.2 bottle.
Closes Homebrew/homebrew#27829. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c3d860263c
commit
95bcd9731c
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class LSmash < Formula
|
|||
url "https://github.com/l-smash/l-smash.git", :tag => "v1.5.2", :shallow => false
|
||||
head "https://github.com/l-smash/l-smash.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "7e0fda0145b2eceaa950e9cccf84205c9dcaab47" => :mavericks
|
||||
sha1 "0e9a018a8d3f818c42e98153e003018b3ccb6982" => :mountain_lion
|
||||
sha1 "088add54110cd25086fced2086593a8ec46dafb2" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
args = ["--prefix=#{prefix}", "--enable-shared"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue