goofys 0.0.10
Closes #13160. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
e1d841f97d
commit
aa38b69a03
1 changed files with 8 additions and 8 deletions
|
@ -4,8 +4,8 @@ class Goofys < Formula
|
||||||
desc "Filey-System interface to Amazon S3"
|
desc "Filey-System interface to Amazon S3"
|
||||||
homepage "https://github.com/kahing/goofys"
|
homepage "https://github.com/kahing/goofys"
|
||||||
url "https://github.com/kahing/goofys.git",
|
url "https://github.com/kahing/goofys.git",
|
||||||
:tag => "v0.0.9",
|
:tag => "v0.0.10",
|
||||||
:revision => "f8d668c29bbf43aa36acea68e05b493f16f5e990"
|
:revision => "6b1426ffa4010f35997d943de13c7dd2d03cf217"
|
||||||
|
|
||||||
head "https://github.com/kahing/goofys.git"
|
head "https://github.com/kahing/goofys.git"
|
||||||
|
|
||||||
|
@ -21,22 +21,22 @@ class Goofys < Formula
|
||||||
|
|
||||||
go_resource "github.com/Sirupsen/logrus" do
|
go_resource "github.com/Sirupsen/logrus" do
|
||||||
url "https://github.com/Sirupsen/logrus.git",
|
url "https://github.com/Sirupsen/logrus.git",
|
||||||
:revision => "881bee4e20a5d11a6a88a5667c6f292072ac1963"
|
:revision => "10f801ebc38b33738c9d17d50860f484a0988ff5"
|
||||||
end
|
end
|
||||||
|
|
||||||
go_resource "github.com/codegangsta/cli" do
|
go_resource "github.com/codegangsta/cli" do
|
||||||
url "https://github.com/codegangsta/cli.git",
|
url "https://github.com/codegangsta/cli.git",
|
||||||
:revision => "0bdeddeeb0f650497d603c4ad7b20cfe685682f6"
|
:revision => "ab403a54a148f2d857920810291539e1f817ee7b"
|
||||||
end
|
end
|
||||||
|
|
||||||
go_resource "github.com/jacobsa/fuse" do
|
go_resource "github.com/jacobsa/fuse" do
|
||||||
url "https://github.com/jacobsa/fuse.git",
|
url "https://github.com/jacobsa/fuse.git",
|
||||||
:revision => "2642d571aa800c9ddca51e63800a57046970ce96"
|
:revision => "dc1be2d5b8abc34991a649f7499f9f673e36bb46"
|
||||||
end
|
end
|
||||||
|
|
||||||
go_resource "github.com/kardianos/osext" do
|
go_resource "github.com/kardianos/osext" do
|
||||||
url "https://github.com/kardianos/osext.git",
|
url "https://github.com/kardianos/osext.git",
|
||||||
:revision => "c2c54e542fb797ad986b31721e1baedf214ca413"
|
:revision => "9d302b58e975387d0b4d9be876622c86cefe64be"
|
||||||
end
|
end
|
||||||
|
|
||||||
go_resource "github.com/sevlyar/go-daemon" do
|
go_resource "github.com/sevlyar/go-daemon" do
|
||||||
|
@ -46,12 +46,12 @@ class Goofys < Formula
|
||||||
|
|
||||||
go_resource "github.com/shirou/gopsutil" do
|
go_resource "github.com/shirou/gopsutil" do
|
||||||
url "https://github.com/shirou/gopsutil.git",
|
url "https://github.com/shirou/gopsutil.git",
|
||||||
:revision => "93564b314264efac01934715fad4c355ed6af1c5"
|
:revision => "119305b4ceb81cc9314ee187970584a0923b0679"
|
||||||
end
|
end
|
||||||
|
|
||||||
go_resource "golang.org/x/net" do
|
go_resource "golang.org/x/net" do
|
||||||
url "https://github.com/golang/net.git",
|
url "https://github.com/golang/net.git",
|
||||||
:revision => "8fd7f25955530b92e73e9e1932a41b522b22ccd9"
|
:revision => "0819898fb4973868bba6de59b6aaad75beea9a6a"
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue