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
5e2d84f3
Commit
5e2d84f3
authored
Dec 31, 2018
by
James R Larrowe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ProtoBuf package
Fixes #3033
parent
ebaa59cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
packages/protobuf.rb
packages/protobuf.rb
+7
-14
No files found.
packages/protobuf.rb
View file @
5e2d84f3
...
@@ -3,28 +3,21 @@ require 'package'
...
@@ -3,28 +3,21 @@ require 'package'
class
Protobuf
<
Package
class
Protobuf
<
Package
description
'Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.'
description
'Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.'
homepage
'https://developers.google.com/protocol-buffers/'
homepage
'https://developers.google.com/protocol-buffers/'
version
'3.
5.1
'
version
'3.
6.1.3
'
source_url
'https://github.com/google/protobuf/archive/v3.
5.1
.tar.gz'
source_url
'https://github.com/google/protobuf/archive/v3.
6.1.3
.tar.gz'
source_sha256
'
826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f
'
source_sha256
'
73fdad358857e120fd0fa19e071a96e15c0f23bb25f85d3f7009abfd4f264a2a
'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/protobuf-3.5.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/protobuf-3.5.1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/protobuf-3.5.1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/protobuf-3.5.1-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'c9f90e5821643761acf7aabb0e60a9d2d295071b1f3a06664e78ff071483edb3'
,
armv7l:
'c9f90e5821643761acf7aabb0e60a9d2d295071b1f3a06664e78ff071483edb3'
,
i686:
'9df9e1d3deb47a836193f72385eaf383fd2a49e0246e0259fea856a59290097c'
,
x86_64:
'5da67b574e7df6c9e58b2bcee98b3b78cf7c95d6458350a3a1036981b0ad4f99'
,
})
})
depends_on
'unzip'
=>
:build
def
self
.
build
def
self
.
build
system
'./autogen.sh'
system
'./autogen.sh'
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"./configure"
,
"--disable-static"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
system
'make'
system
'make'
end
end
...
...
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