yarn 0.17.0
Closes #6915. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
846e5ffeb1
commit
accd0c0068
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
||||||
class Yarn < Formula
|
class Yarn < Formula
|
||||||
desc "Javascript package manager"
|
desc "Javascript package manager"
|
||||||
homepage "https://yarnpkg.com/"
|
homepage "https://yarnpkg.com/"
|
||||||
url "https://yarnpkg.com/downloads/0.16.1/yarn-v0.16.1.tar.gz"
|
url "https://yarnpkg.com/downloads/0.17.0/yarn-v0.17.0.tar.gz"
|
||||||
sha256 "73be27c34ef1dd4217fec23cdfb6b800cd995e9079d4c4764724ef98e98fec07"
|
sha256 "bb87332c23baec5680e13c9afa858d851276eca27e33e215a84338fb4acb0026"
|
||||||
head "https://github.com/yarnpkg/yarn.git"
|
head "https://github.com/yarnpkg/yarn.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue