vavrdiasm: add 3.1 bottle.

This commit is contained in:
BrewTestBot 2014-12-26 21:33:55 +00:00 committed by Mike McQuaid
parent 5e8d136659
commit 1640088a3c

View file

@ -3,6 +3,13 @@ class Vavrdiasm < Formula
url "https://github.com/vsergeev/vavrdisasm/archive/v3.1.tar.gz"
sha1 "8ac78c7ec26760ac76e25a1ff399cfc255b2bc52"
bottle do
cellar :any
sha1 "3cd688a816ee9f7a4046db6170e8d42467877ee5" => :yosemite
sha1 "840d8e147085e86941da55763625d82e44b2ca79" => :mavericks
sha1 "5ce2eed553cbe8e522b29106eda55b559ce55ac5" => :mountain_lion
end
# Patch:
# - BSD `install(1)' does not have a GNU-compatible `-D' (create intermediate
# directories) flag. Switch to using `mkdir -p'.