diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-07 10:14:30 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-07 10:14:30 +0000 |
commit | 2e69d5d1620d6f27d74d857597a50896577084e7 (patch) | |
tree | dcf172ab10a6107a4e4bf109f61d4810d2c67a4f /package | |
parent | 595883a832b470ca1e20e6abf76bf113e0ec5660 (diff) | |
download | buildroot-novena-2e69d5d1620d6f27d74d857597a50896577084e7.tar.gz buildroot-novena-2e69d5d1620d6f27d74d857597a50896577084e7.zip |
- bump version
Diffstat (limited to 'package')
-rw-r--r-- | package/findutils/findutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/findutils/findutils.mk b/package/findutils/findutils.mk index fb34a5686..d3c5946b8 100644 --- a/package/findutils/findutils.mk +++ b/package/findutils/findutils.mk @@ -3,7 +3,7 @@ # findutils # ############################################################# -FINDUTILS_VER:=4.2.27 +FINDUTILS_VER:=4.2.31 FINDUTILS_SOURCE:=findutils-$(FINDUTILS_VER).tar.gz #FINDUTILS_SITE:=ftp://alpha.gnu.org/gnu/findutils FINDUTILS_SITE:=http://ftp.gnu.org/pub/gnu/findutils/ |