diff options
Diffstat (limited to 'base/bison/Pkgfile')
-rwxr-xr-x | base/bison/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/bison/Pkgfile b/base/bison/Pkgfile index cdd82ec38..87a07cdec 100755 --- a/base/bison/Pkgfile +++ b/base/bison/Pkgfile @@ -4,10 +4,9 @@ # Packager: thierryn1 at hispeed dot ch name=bison -version=2.4.3 +version=2.5 release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2\ - http://www.linuxfromscratch.org/patches/lfs/development/bison-2.4.2-gcc-1.patch) +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { cd $name-$version |