yarn: bring back 0.17.10 as stable and move 0.18.0 to devel as this is a pre-release
Closes #7626. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
c00fee1b67
commit
f9029955f2
1 changed files with 7 additions and 2 deletions
|
@ -3,10 +3,15 @@ require "language/node"
|
|||
class Yarn < Formula
|
||||
desc "Javascript package manager"
|
||||
homepage "https://yarnpkg.com/"
|
||||
url "https://yarnpkg.com/downloads/0.18.0/yarn-v0.18.0.tar.gz"
|
||||
sha256 "8fb1843d2a1283972ff5fead9d6c9f9002de793ecec6dfec7abec908403ecd19"
|
||||
url "https://yarnpkg.com/downloads/0.17.10/yarn-v0.17.10.tar.gz"
|
||||
sha256 "592140a9d387a892935ca49ee93a8207b95073e2b732693987420dd1a7606672"
|
||||
head "https://github.com/yarnpkg/yarn.git"
|
||||
|
||||
devel do
|
||||
url "https://yarnpkg.com/downloads/0.18.0/yarn-v0.18.0.tar.gz"
|
||||
sha256 "8fb1843d2a1283972ff5fead9d6c9f9002de793ecec6dfec7abec908403ecd19"
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "1f85dfe3f763dea1ad3b54d02d3109b44876bb9a47625d19df5678a256ab23f4" => :sierra
|
||||
|
|
Loading…
Reference in a new issue