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
Guillaume Hervier
chromebrew
Commits
444fa4c5
Commit
444fa4c5
authored
May 01, 2018
by
lovedheart
Committed by
Ed Reel
May 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update font_util.rb (#2310)
Fix wrong sha256sum of binaries for armv7l and aarch64
parent
5cf1daf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
packages/font_util.rb
packages/font_util.rb
+2
-2
No files found.
packages/font_util.rb
View file @
444fa4c5
...
@@ -14,8 +14,8 @@ class Font_util < Package
...
@@ -14,8 +14,8 @@ class Font_util < Package
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/font_util-1.3.1-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/font_util-1.3.1-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'
37a5171ab42bf759a2d7f878b541de7f68a3701fb8144561c0f6f29473b2cce2
'
,
aarch64:
'
566f6aa0929b42fda7abdee66c4f5a1510bb701d824c7ddb616881fd24951469
'
,
armv7l:
'
37a5171ab42bf759a2d7f878b541de7f68a3701fb8144561c0f6f29473b2cce2
'
,
armv7l:
'
566f6aa0929b42fda7abdee66c4f5a1510bb701d824c7ddb616881fd24951469
'
,
i686:
'ad05ed87b4da0069c731bcd3a17f077b9d317c3784c2a954c4284bc1197e5434'
,
i686:
'ad05ed87b4da0069c731bcd3a17f077b9d317c3784c2a954c4284bc1197e5434'
,
x86_64:
'3d87ede9af652619cfc28f1cf16779a841228233978605c9a234501b789fd86c'
,
x86_64:
'3d87ede9af652619cfc28f1cf16779a841228233978605c9a234501b789fd86c'
,
})
})
...
...
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