Commit d6e7932f authored by Robert Sigler's avatar Robert Sigler

Updates git to v.2.16.1

parent e3b83a03
......@@ -3,21 +3,13 @@ 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/'
version '2.15.1'
source_url 'https://github.com/git/git/archive/v2.15.1.tar.gz'
source_sha256 '3cbc474c7fe9013b1cd4310636f0992d767d435ac9f642744551fd9a2b4b9d15'
version '2.16.1'
source_url 'https://github.com/git/git/archive/v2.16.1.tar.gz'
source_sha256 'e3f13e3c86981f64b1920749c07be11841bbf5a3434ec9b5611959dfd7c7398e'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/git-2.15.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/git-2.15.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/git-2.15.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/git-2.15.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'fc984cc6a002f580938c421afc5a33f6a9a1de73deee1a79d0f6b18bceb843fe',
armv7l: 'fc984cc6a002f580938c421afc5a33f6a9a1de73deee1a79d0f6b18bceb843fe',
i686: '4bc373012ae41943bb2e6d2b1601556c28918f11cc04bb70da5a9d963bdd52a8',
x86_64: '36c057d081bb95b8a196aa22b324695816dad0cc328e251326e88b0dd6efb01c',
})
# use system zlibpkg, openssl, curl, expat
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment