gitflow: bump version and unbreak build.
This commit is contained in:
parent
72dd9ff642
commit
46a01fd474
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'gitflow'
|
||||
pkgname=gitflow
|
||||
version=20120925
|
||||
revision=2
|
||||
version=20140609
|
||||
revision=1
|
||||
noarch="yes"
|
||||
hostmakedepends="perl"
|
||||
depends="git"
|
||||
short_desc="Git extensions to provide high-level repository operations"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Liberal BSD"
|
||||
homepage="https://github.com/nvie/gitflow"
|
||||
checksum=654604b5ead726de0ebb1932b49785a6146c59d312f4931080a04e86b7afb177
|
||||
|
||||
do_fetch() {
|
||||
git clone git://github.com/nvie/gitflow.git ${pkgname}-${version}
|
||||
cd ${pkgname}-${version}
|
||||
git reset --hard 15aab26490facf285acef56cb5d61025eacb3a69
|
||||
git submodule init && git submodule update
|
||||
git submodule init
|
||||
git submodule update
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue