diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-24 08:24:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-24 08:24:45 +0000 |
commit | 7763c73a4205f1299c37b952c758522e188ff428 (patch) | |
tree | 63772bafac94bd7b6245335944b1049bee5a4a0d /main | |
parent | 7950536442f092ed51e4a120e37ec6bb240c7127 (diff) | |
download | aports-7763c73a4205f1299c37b952c758522e188ff428.tar.bz2 aports-7763c73a4205f1299c37b952c758522e188ff428.tar.xz |
main/bison: upgrade to 2.6
Diffstat (limited to 'main')
-rw-r--r-- | main/bison/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD index 63ea16bd02..89c47d543f 100644 --- a/main/bison/APKBUILD +++ b/main/bison/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bison -pkgver=2.5.1 +pkgver=2.6 pkgrel=0 pkgdesc="The GNU general-purpose parser generator" arch="all" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="8fedf916f1aa2c4a31441d8f8bbc603c bison-2.5.1.tar.gz" +md5sums="823ee3d582a526b436409506005c9550 bison-2.6.tar.gz" |