openal-soft 1.16.0

Closes Homebrew/homebrew#32379.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Tim Bellefleur 2014-09-27 13:34:23 -05:00 committed by Jack Nagel
parent b56e431814
commit 98640bee0b

View file

@ -2,14 +2,10 @@ require "formula"
class OpenalSoft < Formula
homepage "http://kcat.strangesoft.net/openal.html"
url "http://kcat.strangesoft.net/openal-releases/openal-soft-1.15.1.tar.bz2"
sha1 "a0e73a46740c52ccbde38a3912c5b0fd72679ec8"
url "http://kcat.strangesoft.net/openal-releases/openal-soft-1.16.0.tar.bz2"
sha1 "f70892fc075ae726320478c0179f7011fea0d157"
bottle do
cellar :any
sha1 "44f4eae635fecdc2bebfc971e1d708e660781f1b" => :mavericks
sha1 "d360e2481ac65b746f3d5f6b4f5c942a444da2d0" => :mountain_lion
sha1 "dd626bbe9640d591867709ac465652f6618d3457" => :lion
end
depends_on "cmake" => :build