yarn 0.18.0
Closes #7534. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
a9992a87c3
commit
2d9a64a2ff
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.10/yarn-v0.17.10.tar.gz"
|
||||
sha256 "592140a9d387a892935ca49ee93a8207b95073e2b732693987420dd1a7606672"
|
||||
url "https://yarnpkg.com/downloads/0.18.0/yarn-v0.18.0.tar.gz"
|
||||
sha256 "8fb1843d2a1283972ff5fead9d6c9f9002de793ecec6dfec7abec908403ecd19"
|
||||
head "https://github.com/yarnpkg/yarn.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue