-
Notifications
You must be signed in to change notification settings - Fork 88
Sources Git
Henrik Feldt edited this page Mar 24, 2014
·
3 revisions
- Does not use
CHECKSUM
(because everything in git is checksummed)
source 'https://github.com/mono/mono.git',
:with => 'git',
:tag => 'mono-3.2.8'
source 'https://github.com/mono/mono.git',
:with => 'git',
:sha => 'b1e8599fb727dc9c5aa6c1df40252d882b56e8eb'
Specifies the SHA1 hash to fetch from git.
Specifies the tag to fetch from git, from refs/tags/*
.
Specifies the branch to fetch from git, from refs/heads/*
Checks out origin/HEAD
.
Make 'true' if you want to have fpm run git submodule update --init
.