gx 0.14.1
Closes #37233. Signed-off-by: Misty De Meo <mistydemeo@github.com>
This commit is contained in:
parent
55de0c1c6b
commit
deed20ca23
1 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class Gx < Formula
|
||||
desc "The language-agnostic, universal package manager"
|
||||
homepage "https://github.com/whyrusleeping/gx"
|
||||
url "https://github.com/whyrusleeping/gx/archive/v0.13.0.tar.gz"
|
||||
sha256 "c93e96170c6e161176cfca5a866072ec2e79a85b6185bc4cefcf3fc62b0e7c4f"
|
||||
url "https://github.com/whyrusleeping/gx/archive/v0.14.1.tar.gz"
|
||||
sha256 "eb1f9cd2af7d9fdbfed9aeb8bdccb4c7b6aa91f3ca40a6010f22bbaaa7bc026c"
|
||||
head "https://github.com/whyrusleeping/gx.git"
|
||||
|
||||
bottle do
|
||||
|
@ -34,7 +34,7 @@ class Gx < Formula
|
|||
|
||||
go_resource "github.com/gogo/protobuf" do
|
||||
url "https://github.com/gogo/protobuf.git",
|
||||
:revision => "30cf7ac33676b5786e78c746683f0d4cd64fa75b"
|
||||
:revision => "ba06b47c162d49f2af050fb4c75bcbc86a159d5c"
|
||||
end
|
||||
|
||||
go_resource "github.com/gxed/hashland" do
|
||||
|
@ -69,7 +69,7 @@ class Gx < Formula
|
|||
|
||||
go_resource "github.com/libp2p/go-libp2p-pubsub" do
|
||||
url "https://github.com/libp2p/go-libp2p-pubsub.git",
|
||||
:revision => "a031ab4d1b8142714eec946acb7033abafade3d7"
|
||||
:revision => "f736644fe805a9f5677c82aca25c82da7cde2c76"
|
||||
end
|
||||
|
||||
go_resource "github.com/mattn/go-colorable" do
|
||||
|
@ -122,8 +122,8 @@ class Gx < Formula
|
|||
:revision => "6c572c00d1830223701e155de97408483dfcd14a"
|
||||
end
|
||||
|
||||
go_resource "github.com/sabhiram/go-git-ignore" do
|
||||
url "https://github.com/sabhiram/go-git-ignore.git",
|
||||
go_resource "github.com/sabhiram/go-gitignore" do
|
||||
url "https://github.com/sabhiram/go-gitignore.git",
|
||||
:revision => "fc6676d5d4e5b94d6530686eecb94f85b44cdc39"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue