goofys 0.19.0
Closes #22638. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
e372397570
commit
9ceafe5119
1 changed files with 10 additions and 10 deletions
|
@ -4,8 +4,8 @@ class Goofys < Formula
|
|||
desc "Filey-System interface to Amazon S3"
|
||||
homepage "https://github.com/kahing/goofys"
|
||||
url "https://github.com/kahing/goofys.git",
|
||||
:tag => "v0.0.18",
|
||||
:revision => "3de19ca7fb10649e74657965bdd7cacaf6b9f851"
|
||||
:tag => "v0.19.0",
|
||||
:revision => "943e017724ea820eb4185419ef3c41d6f921a324"
|
||||
head "https://github.com/kahing/goofys.git"
|
||||
|
||||
bottle do
|
||||
|
@ -20,7 +20,7 @@ class Goofys < Formula
|
|||
|
||||
go_resource "github.com/jacobsa/fuse" do
|
||||
url "https://github.com/jacobsa/fuse.git",
|
||||
:revision => "1ab97fb2ebca4ac38b4e50291e28533b4b86e0cb"
|
||||
:revision => "c4e473376f7d5be650b11657ded3afb1cd80ad7c"
|
||||
end
|
||||
|
||||
go_resource "github.com/jinzhu/copier" do
|
||||
|
@ -35,37 +35,37 @@ class Goofys < Formula
|
|||
|
||||
go_resource "github.com/sevlyar/go-daemon" do
|
||||
url "https://github.com/sevlyar/go-daemon.git",
|
||||
:revision => "298c54b0e0ae32ec2c6674fee8b60d2fefa4ae7e"
|
||||
:revision => "e49ef56654f54139c4dc0285f973f74e9649e729"
|
||||
end
|
||||
|
||||
go_resource "github.com/shirou/gopsutil" do
|
||||
url "https://github.com/shirou/gopsutil.git",
|
||||
:revision => "48fc5612898a1213aa5d6a0fb2d4f7b968e898fb"
|
||||
:revision => "2ae56c34ce208b38309ab1618fc82866a1051811"
|
||||
end
|
||||
|
||||
go_resource "github.com/sirupsen/logrus" do
|
||||
url "https://github.com/sirupsen/logrus.git",
|
||||
:revision => "89742aefa4b206dcf400792f3bd35b542998eb3b"
|
||||
:revision => "d682213848ed68c0a260ca37d6dd5ace8423f5ba"
|
||||
end
|
||||
|
||||
go_resource "github.com/urfave/cli" do
|
||||
url "https://github.com/urfave/cli.git",
|
||||
:revision => "7bc6a0acffa589f415f88aca16cc1de5ffd66f9c"
|
||||
:revision => "75104e932ac2ddb944a6ea19d9f9f26316ff1145"
|
||||
end
|
||||
|
||||
go_resource "golang.org/x/crypto" do
|
||||
url "https://go.googlesource.com/crypto.git",
|
||||
:revision => "2509b142fb2b797aa7587dad548f113b2c0f20ce"
|
||||
:revision => "0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8"
|
||||
end
|
||||
|
||||
go_resource "golang.org/x/net" do
|
||||
url "https://go.googlesource.com/net.git",
|
||||
:revision => "4b14673ba32bee7f5ac0f990a48f033919fd418b"
|
||||
:revision => "434ec0c7fe3742c984919a691b2018a6e9694425"
|
||||
end
|
||||
|
||||
go_resource "golang.org/x/sys" do
|
||||
url "https://go.googlesource.com/sys.git",
|
||||
:revision => "176de7413414c01569163271c745672ff04a7267"
|
||||
:revision => "d38bf781f16e180a1b2ad82697d2f81d7b7ecfac"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue