mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
btrfs-progs: update to 3.17.
This commit is contained in:
parent
17ef3d4ded
commit
ad75e614e4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'btrfs-progs'
|
# Template file for 'btrfs-progs'
|
||||||
pkgname=btrfs-progs
|
pkgname=btrfs-progs
|
||||||
_distver=3.16.2
|
_distver=3.17
|
||||||
# DO NOT MODIFY DATEVER!
|
# DO NOT MODIFY DATEVER!
|
||||||
_datever=20141006
|
_datever=20141006
|
||||||
version=${_datever}.${_distver}
|
version=${_datever}.${_distver}
|
||||||
|
@ -13,7 +13,7 @@ license="GPL-2"
|
||||||
homepage="http://btrfs.wiki.kernel.org/"
|
homepage="http://btrfs.wiki.kernel.org/"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone -b v${_distver} git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git ${pkgname}-${version}
|
git clone -b v${_distver} git://git.kernel.org/pub/scm/linux/kernel/git/kdave/${pkgname}.git ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC" CFLAGS="$CFLAGS" ${makejobs}
|
make CC="$CC" CFLAGS="$CFLAGS" ${makejobs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue