Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
6581d0f4
Commit
6581d0f4
authored
6 years ago
by
Chris Thurber
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2396 from uberhacker/update-yarn-package
Update yarn from 1.6.0 to 1.7.0
parents
7e13704d
29a43225
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
packages/yarn.rb
packages/yarn.rb
+11
-11
No files found.
packages/yarn.rb
View file @
6581d0f4
...
@@ -3,21 +3,21 @@ require 'package'
...
@@ -3,21 +3,21 @@ require 'package'
class
Yarn
<
Package
class
Yarn
<
Package
description
'Yarn is a new package manager for JavaScript and an alternative to npm.'
description
'Yarn is a new package manager for JavaScript and an alternative to npm.'
homepage
'https://yarnpkg.com/en/'
homepage
'https://yarnpkg.com/en/'
version
'1.
6
.0'
version
'1.
7
.0'
source_url
'https://github.com/yarnpkg/yarn/releases/download/v1.
6.0/yarn-v1.6
.0.tar.gz'
source_url
'https://github.com/yarnpkg/yarn/releases/download/v1.
7.0/yarn-v1.7
.0.tar.gz'
source_sha256
'
a57b2fdb2bfeeb083d45a883bc29af94d5e83a21c25f3fc001c295938e988509
'
source_sha256
'
e7720ee346b2bd7ec32b7e04517643c38648f5022c7981168321ba1636f2dca3
'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/yarn-1.
6
.0-chromeos-armv7l.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/yarn-1.
7
.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/yarn-1.
6
.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.
6
.0-chromeos-i686.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.
6
.0-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/yarn-1.
7
.0-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'
3c85013806518b087950a93ff2b5bdbc986a79dd56f93063a24eff1d785657f7
'
,
aarch64:
'
8879fa67acbd62af27f111ca20f67a746823d21056cac78006675f22fb6f0764
'
,
armv7l:
'
3c85013806518b087950a93ff2b5bdbc986a79dd56f93063a24eff1d785657f7
'
,
armv7l:
'
8879fa67acbd62af27f111ca20f67a746823d21056cac78006675f22fb6f0764
'
,
i686:
'
53303cb77b189f5a166d2b3efaac3e840c89f61ea49bf9ab6fc3b7bf724c7bc1
'
,
i686:
'
fa6eecd4b7fcd9445764e69d4a4ec968c6aecf59a2eee04104a1d181bc87101d
'
,
x86_64:
'
db01d493bcc9277d259681806871eeb99161ce2857fb5843ab880d966cafd5fb
'
,
x86_64:
'
2e61b0d2f3c83474e9c8dd7aa1738e6732a9db928164328fd4234908214e86fa
'
,
})
})
node_version
=
`node -v 2> /dev/null`
node_version
=
`node -v 2> /dev/null`
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment