提交 2b7a984b 编写于 作者: J Jingwen Owen Ou

Use GitHub releases for homebrew downloads

上级 c4de7b63
......@@ -10,10 +10,9 @@ class Gh < Formula
homepage "https://github.com/jingweno/gh"
head "https://github.com/jingweno/gh.git"
url "https://dl.dropboxusercontent.com/u/1079131/gh/#{VERSION}-snapshot/darwin_#{ARCH}/gh_#{VERSION}-snapshot_darwin_#{ARCH}.tar.gz"
url "https://github.com/jingweno/gh/releases/download/v#{VERSION}/gh_#{VERSION}-snapshot_darwin_#{ARCH}.tar.gz"
version VERSION
def install
bin.install "gh"
bash_completion.install "etc/gh.bash_completion.sh"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册