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
cbf29d3b
Commit
cbf29d3b
authored
Mar 15, 2021
by
Ed Reel
Committed by
GitHub
Mar 15, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5430 from satmandu/git
git -> 2.31.0
parents
21fab87e
3ea314ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
packages/git.rb
packages/git.rb
+10
-10
No files found.
packages/git.rb
View file @
cbf29d3b
...
...
@@ -3,23 +3,23 @@ require 'package'
class
Git
<
Package
description
'Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.'
homepage
'https://git-scm.com/'
@_ver
=
'2.3
0.2
'
@_ver
=
'2.3
1.0
'
version
@_ver
compatibility
'all'
source_url
"https://github.com/git/git/archive/v
#{
@_ver
}
.tar.gz"
source_sha256
'
e637ff90a3465e519885c8c4b7a67657ab0b7b1820e9324d12e50ec2e38e4d
0b'
source_sha256
'
13b3efb8eca3e3ef6e7eea6839600c37636dbac28069907beafd075ef7f45f
0b'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/git-2.3
0.2
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/git-2.3
0.2
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/git-2.3
0.2
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/git-2.3
0.2
-chromeos-x86_64.tar.xz'
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/git-2.3
1.0
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/git-2.3
1.0
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/git-2.3
1.0
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/git-2.3
1.0
-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'3
9c9142966a13196150404b95b93b2af004ce401f3ccca3d0bf003ea1e9fe09d
'
,
armv7l:
'3
9c9142966a13196150404b95b93b2af004ce401f3ccca3d0bf003ea1e9fe09d
'
,
i686:
'7
dcd6f9fe632576ae612b1bd15d58095d2c84902e26778b9420ce53c209144f7
'
,
x86_64:
'
8fe8c1efe61a6da43434713e8e61f9ca411930f10c47983d4dcbbedface26393
'
aarch64:
'3
eb7bfa293ab60c72ba430e81323979720d7d101413067d4df5fd64ed7ffcf83
'
,
armv7l:
'3
eb7bfa293ab60c72ba430e81323979720d7d101413067d4df5fd64ed7ffcf83
'
,
i686:
'7
16d376ce2d8548d81ab2c88c3868e1eb8125dda656470509558b14b1bd5fbd5
'
,
x86_64:
'
287d1307cfd7a42be9f64e2acf98447e9d6b6b640905539b60e11533506fa507
'
})
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