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
Łukasz Nowak
chromebrew
Commits
0f31a2ac
Commit
0f31a2ac
authored
Mar 29, 2020
by
vincowl
Committed by
GitHub
Mar 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bison] Update to 3.5.3 (#3960)
Co-authored-by:
Vincent GIRARD
<
vincent@heliosphere.fr
>
parent
523ec677
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
packages/bison.rb
packages/bison.rb
+3
-11
No files found.
packages/bison.rb
View file @
0f31a2ac
...
...
@@ -3,21 +3,13 @@ require 'package'
class
Bison
<
Package
description
'Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.'
homepage
'http://www.gnu.org/software/bison/'
version
'3.5'
source_url
'https://ftpmirror.gnu.org/gnu/bison/bison-3.5.tar.xz'
source_sha256
'
55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641
'
version
'3.5
.3
'
source_url
'https://ftpmirror.gnu.org/gnu/bison/bison-3.5.
3.
tar.xz'
source_sha256
'
2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd982a7c4
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/bison-3.5-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/bison-3.5-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/bison-3.5-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/bison-3.5-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'1a81b867d451925f47e43af13c6b270cae838511d5ae88cdbcdc6b1e95e04489'
,
armv7l:
'1a81b867d451925f47e43af13c6b270cae838511d5ae88cdbcdc6b1e95e04489'
,
i686:
'af29f98f0888cb0d00e53edcacd4084a36e2f81bd119655d4e7a96eb9637b4f5'
,
x86_64:
'ac8aa34ea566a028fa22d85b51cbda6fb0436a4608646b6b479707e8826a5009'
,
})
def
self
.
build
...
...
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