aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorVictor Hooi2015-04-03 12:02:24 +1100
committerTim D. Smith2015-04-02 21:20:09 -0700
commit3e7fe5b428c12ea1213a94bf9bd458075769115b (patch)
tree5fcd9b782eff9a077308d85eb1d9b858942a7d35 /Library
parent7c8ce0fbf13998ea48d91fe61951cbf307688e96 (diff)
downloadhomebrew-3e7fe5b428c12ea1213a94bf9bd458075769115b.tar.bz2
influxdb 0.9.0-rc19 (devel)
Closes #38324. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/influxdb.rb17
1 files changed, 6 insertions, 11 deletions
diff --git a/Library/Formula/influxdb.rb b/Library/Formula/influxdb.rb
index 0413c4eca..3a6a6d727 100644
--- a/Library/Formula/influxdb.rb
+++ b/Library/Formula/influxdb.rb
@@ -14,9 +14,9 @@ class Influxdb < Formula
end
devel do
- url "https://github.com/influxdb/influxdb/archive/v0.9.0-rc14.tar.gz"
- sha1 "054b81cacf9335006e07556f657212784e495f6d"
- version "0.9.0-rc14"
+ url "https://github.com/influxdb/influxdb/archive/v0.9.0-rc19.tar.gz"
+ sha1 "63002564c9ed27b5fe88491e58716dc01e57c25e"
+ version "0.9.0-rc19"
end
depends_on "go" => :build
@@ -36,7 +36,7 @@ class Influxdb < Formula
end
go_resource "github.com/boltdb/bolt" do
- url "https://github.com/boltdb/bolt.git", :revision => "a7d19d8cd50cb700babad58d0643a4bb6ac8f36c"
+ url "https://github.com/boltdb/bolt.git", :revision => "8b138fd106636b40b4b6d43786e668ce658aa3d7"
end
go_resource "github.com/BurntSushi/toml" do
@@ -48,7 +48,7 @@ class Influxdb < Formula
end
go_resource "github.com/peterh/liner" do
- url "https://github.com/peterh/liner.git", :revision => "d9335eee40a45a4f5d74524c90040d6fe6013d50"
+ url "https://github.com/peterh/liner.git", :revision => "fc147570057cd703778924569c41923b28611ca2"
end
go_resource "github.com/rakyll/statik" do
@@ -58,10 +58,6 @@ class Influxdb < Formula
go_resource "golang.org/x/crypto" do
url "https://go.googlesource.com/crypto.git", :revision => "1351f936d976c60a0a48d728281922cf63eafb8d"
end
-
- go_resource "code.google.com/p/go-uuid" do
- url "https://code.google.com/p/go-uuid/", :revision => "35bc42037350", :using => :hg
- end
end
def install
@@ -100,7 +96,7 @@ class Influxdb < Formula
Language::Go.stage_deps resources, buildpath/"src"
cd influxdb_path do
- system "go", "build", "-ldflags", "-X main.version 0.9.0-rc14 -X main.commit 09fd15f8711f0d74dc27de33625e3882adb55d26", "./..."
+ system "go", "build", "-ldflags", "-X main.version 0.9.0-rc16 -X main.commit 035500fb9ff1d8a8fb4f20762e14ed672a0c1d6e", "./..."
system "go", "install", "./..."
end
@@ -108,7 +104,6 @@ class Influxdb < Formula
s.gsub! "/tmp/influxdb/development/db", "#{var}/influxdb/data"
s.gsub! "/tmp/influxdb/development/raft", "#{var}/influxdb/raft"
s.gsub! "/tmp/influxdb/development/state", "#{var}/influxdb/state"
- s.gsub! "/var/log/influxdb/influxd.log", "#{var}/influxdb/logs/influxd.log"
end
bin.install buildpath/"bin/influxd" => "influxd"