wellington 0.7.1
Update fixes a bug closing files that do not exist. Closes Homebrew/homebrew#39120. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
9a88c9d571
commit
1fd313559a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "language/go"
|
|||
|
||||
class Wellington < Formula
|
||||
homepage "https://github.com/wellington/wellington"
|
||||
url "https://github.com/wellington/wellington/archive/v0.7.0.tar.gz"
|
||||
sha1 "0fadaacaef7ff7ccbdf0c8e3994e3cf5d2de420e"
|
||||
url "https://github.com/wellington/wellington/archive/v0.7.1.tar.gz"
|
||||
sha1 "15f308e11195ec74e0b2697ecf9d911a4e863d05"
|
||||
head "https://github.com/wellington/wellington.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue