Commit 4acfd451 authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2528 from uberhacker/update-yarn-package

Update yarn from 1.7.0 to 1.9.4
parents 5311a14c c0225b22
......@@ -3,21 +3,13 @@ require 'package'
class Yarn < Package
description 'Yarn is a new package manager for JavaScript and an alternative to npm.'
homepage 'https://yarnpkg.com/en/'
version '1.7.0'
source_url 'https://github.com/yarnpkg/yarn/releases/download/v1.7.0/yarn-v1.7.0.tar.gz'
source_sha256 'e7720ee346b2bd7ec32b7e04517643c38648f5022c7981168321ba1636f2dca3'
version '1.9.4'
source_url 'https://github.com/yarnpkg/yarn/releases/download/v1.9.4/yarn-v1.9.4.tar.gz'
source_sha256 '7667eb715077b4bad8e2a832e7084e0e6f1ba54d7280dc573c8f7031a7fb093e'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/yarn-1.7.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/yarn-1.7.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/yarn-1.7.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/yarn-1.7.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '8879fa67acbd62af27f111ca20f67a746823d21056cac78006675f22fb6f0764',
armv7l: '8879fa67acbd62af27f111ca20f67a746823d21056cac78006675f22fb6f0764',
i686: 'fa6eecd4b7fcd9445764e69d4a4ec968c6aecf59a2eee04104a1d181bc87101d',
x86_64: '2e61b0d2f3c83474e9c8dd7aa1738e6732a9db928164328fd4234908214e86fa',
})
node_version=`node -v 2> /dev/null`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment