glide 0.8.1
Closes Homebrew/homebrew#47043. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
parent
dd97a9090d
commit
01c418fa88
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class Glide < Formula
|
||||
desc "Simplified Go project management, dependency management, and vendoring"
|
||||
homepage "https://github.com/Masterminds/glide"
|
||||
url "https://github.com/Masterminds/glide/archive/0.8.0.tar.gz"
|
||||
sha256 "110d24bbc8d04c09d7deeb22a28e62aeafc2439f54c069b7d65f2db81a573454"
|
||||
url "https://github.com/Masterminds/glide/archive/0.8.1.tar.gz"
|
||||
sha256 "a38d7dd9f88871a251c9859278b432435de6ab007abc54e72554cf6a0aabeeb9"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue