yarn: add comment about updating URL. (#5878)
This commit is contained in:
parent
fa3511e9cc
commit
627a46e21d
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ require "language/node"
|
|||
class Yarn < Formula
|
||||
desc "Javascript package manager"
|
||||
homepage "https://yarnpkg.com/"
|
||||
# Note: If updating this to a newer version, please change the URL to the official
|
||||
# yarnpkg.com download URL:
|
||||
# url "https://yarnpkg.com/downloads/0.15.0/yarn-v0.15.0.tar.gz"
|
||||
# This was not updated yet as Yarn 0.15.1 was an npm-specific release and is not available
|
||||
# as a standalone tarball.
|
||||
url "https://registry.npmjs.org/yarn/-/yarn-0.15.1.tgz"
|
||||
sha256 "f99fd587e84987909d5f9e918b8fe524349fdc548e5bc5c380c8f8c0a70c6b87"
|
||||
head "https://github.com/yarnpkg/yarn.git"
|
||||
|
|
Loading…
Reference in a new issue