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
584f76ec
Commit
584f76ec
authored
Jan 16, 2018
by
Damian Montero
Committed by
GitHub
Jan 16, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1642 from uberhacker/update-manpages-package
Update manpages from 4.13 to 4.14
parents
93ffa8d7
c2230ff1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
packages/manpages.rb
packages/manpages.rb
+3
-11
No files found.
packages/manpages.rb
View file @
584f76ec
...
...
@@ -3,21 +3,13 @@ require 'package'
class
Manpages
<
Package
description
'The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user-space programs.'
homepage
'https://www.kernel.org/doc/man-pages/'
version
'4.1
3
'
source_url
'https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.1
3
.tar.xz'
source_sha256
'
d5c005c5b653248ab6680560de00ea8572ff39e48a57bd5be1468d986a0631bf
'
version
'4.1
4
'
source_url
'https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.1
4
.tar.xz'
source_sha256
'
3052b87898c313c089848a913e5cf44a0565cc4d21d94119ef6586d971f5c971
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.13-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.13-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.13-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.13-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'97ddc239d22e2d9651d531d16872cfbcbc4f1fb9a9cc98379ce3141c2f088872'
,
armv7l:
'97ddc239d22e2d9651d531d16872cfbcbc4f1fb9a9cc98379ce3141c2f088872'
,
i686:
'744a2625e56519fc7d5a9bb9d110431f59fa400eebaad162659dc48c0ed9cfd9'
,
x86_64:
'9d617f18a4cdfb42b45a2b475e36b82dc693244065e021387aa5c222395877ac'
,
})
depends_on
'mandb'
...
...
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