yarn: add comment about updating URL. (#5878)

This commit is contained in:
Daniel Lo Nigro 2016-10-15 02:38:10 -07:00 committed by Mike McQuaid
parent fa3511e9cc
commit 627a46e21d

View file

@ -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"