yarn 0.17.3
Closes #6987. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
61cd7d124c
commit
c9fe1765f1
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
|||
class Yarn < Formula
|
||||
desc "Javascript package manager"
|
||||
homepage "https://yarnpkg.com/"
|
||||
url "https://yarnpkg.com/downloads/0.17.2/yarn-v0.17.2.tar.gz"
|
||||
sha256 "0e0ff23581920c27b276c320bbcbcd998b7dbb9e0f91aa91cbcd241644df25e0"
|
||||
url "https://yarnpkg.com/downloads/0.17.3/yarn-v0.17.3.tar.gz"
|
||||
sha256 "883df435f68ce47c93c2e4be27acbd4122ae52ef4d334f75104c0c5e187a9173"
|
||||
head "https://github.com/yarnpkg/yarn.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue