diff options
Diffstat (limited to 'core/flex/PKGBUILD')
-rw-r--r-- | core/flex/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/flex/PKGBUILD b/core/flex/PKGBUILD index 967356836..2afb4187b 100644 --- a/core/flex/PKGBUILD +++ b/core/flex/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163938 2012-07-22 12:56:35Z allan $ +# $Id: PKGBUILD 164810 2012-08-06 13:29:17Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=flex -pkgver=2.5.36 +pkgver=2.5.37 pkgrel=1 pkgdesc="A tool for generating text-scanning programs" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('glibc' 'm4' 'sh') install=flex.install source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2 lex.sh) -md5sums=('5e637290609fd3c2f1f2e75ac2bce1c5' +md5sums=('c75940e1fc25108f2a7b3ef42abdae06' 'f725259ec23a9e87ee29e2ef82eda9a5') build() { |