Fix places where bottle block was inserted incorrectly
This commit is contained in:
parent
60a67baa55
commit
ef9a75c0e3
4 changed files with 28 additions and 30 deletions
|
@ -5,13 +5,6 @@ class Cardpeek < Formula
|
|||
|
||||
stable do
|
||||
url "http://downloads.pannetrat.com/get/302b8a00996e9f4180ad/cardpeek-0.8.3.tar.gz"
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "71775a85560719e72a31284f1852b236daebab7c" => :mavericks
|
||||
sha1 "8801e8e235850927169195d1beac9a44566ba33c" => :mountain_lion
|
||||
sha1 "d6522d6a501745e2a3ef0744a06e78a6690f81be" => :lion
|
||||
end
|
||||
|
||||
mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/Cardpeek/cardpeek-0.8.3.tar.gz"
|
||||
sha1 "8cc9c0652f0214ec06badb5b86974c66ca035a43"
|
||||
|
||||
|
@ -22,10 +15,15 @@ class Cardpeek < Formula
|
|||
end
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://cardpeek.googlecode.com/svn/trunk/"
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "71775a85560719e72a31284f1852b236daebab7c" => :mavericks
|
||||
sha1 "8801e8e235850927169195d1beac9a44566ba33c" => :mountain_lion
|
||||
sha1 "d6522d6a501745e2a3ef0744a06e78a6690f81be" => :lion
|
||||
end
|
||||
|
||||
head "https://cardpeek.googlecode.com/svn/trunk/"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
depends_on "autoconf" => :build
|
||||
|
|
|
@ -5,13 +5,6 @@ class Gmtl < Formula
|
|||
|
||||
stable do
|
||||
url "https://downloads.sourceforge.net/project/ggt/Generic%20Math%20Template%20Library/0.6.1/gmtl-0.6.1.tar.gz"
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "905af4149c167870069b22d3cb082897f8bf1259" => :mavericks
|
||||
sha1 "09ef2b92b09f46a1ee33866fda35494bbe545819" => :mountain_lion
|
||||
sha1 "3444ed4b6eb1859a64f3f7250656ae5c1e074fd3" => :lion
|
||||
end
|
||||
|
||||
sha1 "473a454d17956d3ce3babafdb57f73c0685579fd"
|
||||
|
||||
# Build assumes that Python is a framework, which isn't always true. See:
|
||||
|
@ -20,6 +13,13 @@ class Gmtl < Formula
|
|||
patch :DATA
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "905af4149c167870069b22d3cb082897f8bf1259" => :mavericks
|
||||
sha1 "09ef2b92b09f46a1ee33866fda35494bbe545819" => :mountain_lion
|
||||
sha1 "3444ed4b6eb1859a64f3f7250656ae5c1e074fd3" => :lion
|
||||
end
|
||||
|
||||
head 'https://ggt.svn.sourceforge.net/svnroot/ggt/trunk/'
|
||||
|
||||
depends_on 'scons' => :build
|
||||
|
|
|
@ -2,22 +2,22 @@ require "formula"
|
|||
|
||||
class Mkvdts2ac3 < Formula
|
||||
homepage "https://github.com/JakeWharton/mkvdts2ac3"
|
||||
revision 2
|
||||
|
||||
stable do
|
||||
url "https://github.com/JakeWharton/mkvdts2ac3/archive/1.6.0.tar.gz"
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "375129c89ce29fe5135b45d5f9a046b2372f39a4" => :mavericks
|
||||
sha1 "dc7850a65fd6d181396a69deb0713b9ae7dad7a6" => :mountain_lion
|
||||
end
|
||||
|
||||
sha1 "e427eb6875d935dc228c42e99c3cd19c7ceaa322"
|
||||
|
||||
# patch with upstream fix for newer mkvtoolnix compatibility
|
||||
# https://github.com/JakeWharton/mkvdts2ac3/commit/f5008860e7ec2cbd950a0628c979f06387bf76d0
|
||||
patch :DATA
|
||||
end
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "375129c89ce29fe5135b45d5f9a046b2372f39a4" => :mavericks
|
||||
sha1 "dc7850a65fd6d181396a69deb0713b9ae7dad7a6" => :mountain_lion
|
||||
end
|
||||
|
||||
head "https://github.com/JakeWharton/mkvdts2ac3.git"
|
||||
|
||||
|
|
|
@ -2,15 +2,10 @@ require 'formula'
|
|||
|
||||
class OpenSceneGraph < Formula
|
||||
homepage 'http://www.openscenegraph.org/projects/osg'
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
url "http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.0.zip"
|
||||
bottle do
|
||||
sha1 "39ebd1c9cb19056e150b7087586e1e63a9546288" => :mavericks
|
||||
sha1 "166b932d7d317cd32b1da89353bb3e03b4b13880" => :mountain_lion
|
||||
sha1 "16055dc346e3a892c1083e08c40d32d37c2e10f0" => :lion
|
||||
end
|
||||
|
||||
sha1 "c20891862b5876983d180fc4a3d3cfb2b4a3375c"
|
||||
|
||||
# Build fixes for clang/c++11
|
||||
|
@ -25,7 +20,12 @@ class OpenSceneGraph < Formula
|
|||
sha1 "8a2a0e8384a30e3adb2820786f91adb52ba69cd9"
|
||||
end
|
||||
end
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha1 "39ebd1c9cb19056e150b7087586e1e63a9546288" => :mavericks
|
||||
sha1 "166b932d7d317cd32b1da89353bb3e03b4b13880" => :mountain_lion
|
||||
sha1 "16055dc346e3a892c1083e08c40d32d37c2e10f0" => :lion
|
||||
end
|
||||
|
||||
head 'http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue