gist 4.4.0
bump gist to 4.4.0 Closes Homebrew/homebrew#41084. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
9d830be96f
commit
4927535b58
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "formula"
|
|||
class Gist < Formula
|
||||
desc "Command-line utility for uploading Gists"
|
||||
homepage "https://github.com/defunkt/gist"
|
||||
url "https://github.com/defunkt/gist/archive/v4.3.0.tar.gz"
|
||||
sha1 "7eceb93d4d5f43da32201607409ee3aa196dcf7f"
|
||||
url "https://github.com/defunkt/gist/archive/v4.4.0.tar.gz"
|
||||
sha1 "142859ba1eb9385fa78d936ad4efd62584bd618b"
|
||||
head "https://github.com/defunkt/gist.git"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue