Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
influxdb 0.9.1-rc1 (devel)
Browse files Browse the repository at this point in the history
Closes #41131.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
gunnaraasen authored and DomT4 committed Jun 27, 2015
1 parent 01863e1 commit dd17f78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Library/Formula/influxdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ class Influxdb < Formula
sha256 "b07a2a1ca26c32cc8b6b0fa8d00f735066c10cdc27ebd3e132eceae17fa96129" => :mountain_lion
end

devel do
url "https://github.com/influxdb/influxdb/archive/v0.9.1-rc1.tar.gz"
sha256 "4311c39aa72d31bc23e7082a3af436f546038d640829a30782c5717623317d90"

go_resource "collectd.org" do
url "https://github.com/collectd/go-collectd.git", :revision => "27f4f77337ae0b2de0d3267f6278d62aff8b52fb"
end
end

head do
url "https://github.com/influxdb/influxdb.git"

Expand Down Expand Up @@ -93,6 +102,8 @@ def install
cd influxdb_path do
if build.head?
system "go", "install", "-ldflags", "-X main.version 0.9.0-HEAD -X main.commit #{`git rev-parse HEAD`.strip}", "./..."
elsif build.devel?
system "go", "install", "-ldflags", "-X main.version 0.9.1-rc1 -X main.commit beefacd4d311e902f159212bcf3f934216d7f3bc", "./..."
else
system "go", "install", "-ldflags", "-X main.version 0.9.0 -X main.commit 471117ce5b308e59f8f247d8a88a52ead553b602", "./..."
end
Expand Down

0 comments on commit dd17f78

Please sign in to comment.