diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-06 18:10:14 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-06 18:10:14 +0000 |
commit | 6570eabd94b29a483ada78d5e291ffb629eea8b5 (patch) | |
tree | 6d0a5e0ecba3f9a878fcddef6e881c6aa4dc8a0c | |
parent | eb84b6dba32ce585a554182249da8fe627eaa04f (diff) | |
download | buildroot-novena-6570eabd94b29a483ada78d5e291ffb629eea8b5.tar.gz buildroot-novena-6570eabd94b29a483ada78d5e291ffb629eea8b5.zip |
- bump version
-rw-r--r-- | package/fakeroot/fakeroot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fakeroot/fakeroot.mk b/package/fakeroot/fakeroot.mk index 7bb77c6b1..ac7f6f32d 100644 --- a/package/fakeroot/fakeroot.mk +++ b/package/fakeroot/fakeroot.mk @@ -3,7 +3,7 @@ # fakeroot # ############################################################# -FAKEROOT_VERSION:=1.6.5 +FAKEROOT_VERSION:=1.7.1 FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz FAKEROOT_SITE:=http://ftp.debian.org/debian/pool/main/f/fakeroot FAKEROOT_CAT:=$(ZCAT) |