Bump revisions for protobuf 2.6.0

master
Jack Nagel 2014-09-20 00:03:19 -05:00
parent 42318edbb2
commit b2249a574e
7 changed files with 10 additions and 20 deletions

View File

@ -4,6 +4,8 @@ class Ddar < Formula
homepage "http://www.synctus.com/ddar/"
url "https://github.com/basak/ddar/archive/v1.0.tar.gz"
sha1 "5f8b508f93031b1be217441b45fff27a6b630a49"
revision 1
head "https://github.com/basak/ddar.git"
depends_on "xmltoman" => :build

View File

@ -29,6 +29,7 @@ class Hamsterdb < Formula
homepage 'http://hamsterdb.com'
url "http://files.hamsterdb.com/dl/hamsterdb-2.1.8.tar.gz"
sha1 "f91af65d19cdbd75ec52f6d18e331e22e4f198a7"
revision 1
option 'without-java', 'Do not build the Java wrapper'
option 'without-remote', 'Disable access to remote databases'

View File

@ -4,6 +4,7 @@ class MobileShell < Formula
homepage 'http://mosh.mit.edu/'
url 'http://mosh.mit.edu/mosh-1.2.4.tar.gz'
sha1 'b1dffe8562d7b2f4956699849fbe5d18bfd7749e'
revision 1
head do
url 'https://github.com/keithw/mosh.git'

View File

@ -4,20 +4,17 @@ class NanopbGenerator < Formula
homepage "http://koti.kapsi.fi/jpa/nanopb/docs/index.html"
url "http://koti.kapsi.fi/~jpa/nanopb/download/nanopb-0.2.7.tar.gz"
sha1 "7dce0b9e1f9e5d0614697a8ea1678cee76f14858"
revision 1
bottle do
cellar :any
sha1 "17ab08281b2734251b83a6bd771ce9f0c6472d25" => :mavericks
sha1 "6f12390b3d7a46d43831b88b6bc5b13effc73eef" => :mountain_lion
sha1 "68d97449f3eef3ae25fa9f063457802080bb054d" => :lion
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "protobuf"
resource "protobuf-python" do
url "https://pypi.python.org/packages/source/p/protobuf/protobuf-2.5.0.tar.gz"
sha1 "1a6028d113484089edbde95900b6d9467160cc41"
url "https://pypi.python.org/packages/source/p/protobuf/protobuf-2.6.0.tar.gz"
sha1 "2e630252c75d9deb14843b11418a302383b745ba"
end
def install

View File

@ -4,11 +4,9 @@ class Ola < Formula
homepage "http://www.openlighting.org/ola/"
url "https://github.com/OpenLightingProject/ola/releases/download/0.9.1/ola-0.9.1.tar.gz"
sha1 "1aeb969d833385603504f9debcbf48d7b27b5200"
revision 1
bottle do
sha1 "415969ef130bc2a386c92fd44689dc41d824bce2" => :mavericks
sha1 "7728260e561148e324290c2d0b34320de94028c9" => :mountain_lion
sha1 "bae4d5c8d4d3386976a82d65a7a3691adafaa589" => :lion
end
option :universal

View File

@ -4,13 +4,9 @@ class Szl < Formula
homepage "http://code.google.com/p/szl/"
url "https://szl.googlecode.com/files/szl-1.0.tar.gz"
sha1 "e4c6d4aec1afc025257d41dd77b8f5c25ea120d4"
revision 1
revision 2
bottle do
cellar :any
sha1 "2812dd0830aebed7ad5d6b4c324e34e6426f5c09" => :mavericks
sha1 "3d07b51a0023f736a6d063ccc663af14bf24e47e" => :mountain_lion
sha1 "7a5dbf488d6b67072597670de34c9446005c5ed8" => :lion
end
depends_on "binutils" # For objdump

View File

@ -4,14 +4,9 @@ class Zbackup < Formula
homepage "http://zbackup.org"
url "https://github.com/zbackup/zbackup/archive/1.2.tar.gz"
sha1 "e87dfaeeeea0d59f4af00d3ce248aaabf1a25cb9"
revision 1
revision 2
bottle do
cellar :any
revision 1
sha1 "1d28b24746ec35d2feb35f0adb22cf6e5806137d" => :mavericks
sha1 "635950c6c99291fe18c6f262463c11b526633600" => :mountain_lion
sha1 "e25f1167ff8201c438bf5aad13ab2cdd93ce9f99" => :lion
end
depends_on "cmake" => :build