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
92fb26c5
Commit
92fb26c5
authored
Jul 25, 2017
by
lyxell
Committed by
GitHub
Jul 25, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #947 from uberhacker/update-geoip-package
Update geoip from 1.6.9 to 1.6.11
parents
7194423c
88f889dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
packages/geoip.rb
packages/geoip.rb
+5
-5
No files found.
packages/geoip.rb
View file @
92fb26c5
...
...
@@ -3,13 +3,13 @@ require 'package'
class
Geoip
<
Package
description
'GeoIP Legacy C API.'
homepage
'https://github.com/maxmind/geoip-api-c/'
version
'1.6.
9
'
source_url
'https://github.com/maxmind/geoip-api-c/releases/download/v1.6.
9/GeoIP-1.6.9
.tar.gz'
source_sha256
'
4b446491843de67c1af9b887da17a3e5939e0aeed4826923a5f4bf09d845096f
'
version
'1.6.
11
'
source_url
'https://github.com/maxmind/geoip-api-c/releases/download/v1.6.
11/GeoIP-1.6.11
.tar.gz'
source_sha256
'
b0e5a92200b5ab540d118983f7b7191caf4faf1ae879c44afa3ff2a2abcdb0f5
'
def
self
.
build
system
"./configure"
system
"make"
system
'./configure'
system
'make'
end
def
self
.
install
...
...
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