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
7c9f3464
Commit
7c9f3464
authored
7 years ago
by
lyxell
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #938 from uberhacker/update-expat-package
Update expat 2.2.0 to 2.2.2
parents
0625e350
30678358
nexedi
master
re6stnet-archive
revert-1030-add-vpnc-package
revert-1177-update-screenfetch
revert-936-update-emacs-package
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
packages/expat.rb
packages/expat.rb
+3
-3
No files found.
packages/expat.rb
View file @
7c9f3464
...
...
@@ -3,9 +3,9 @@ require 'package'
class
Expat
<
Package
description
'James Clark\'s Expat XML parser library in C.'
homepage
'https://sourceforge.net/projects/expat/'
version
'2.2.
0
'
source_url
'https://
sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2/download
'
source_sha256
'
d9e50ff2d19b3538bd2127902a89987474e1a4db8e43a66a4d1a712ab9a504ff
'
version
'2.2.
2
'
source_url
'https://
downloads.sourceforge.net/project/expat/expat/2.2.2/expat-2.2.2.tar.bz2
'
source_sha256
'
4376911fcf81a23ebd821bbabc26fd933f3ac74833f74924342c29aad2c86046
'
def
self
.
build
system
"./configure"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
"--enable-shared"
,
"--disable-static"
,
"--with-pic"
...
...
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