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