diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-24 08:37:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-24 08:37:44 +0000 |
commit | 91d5e5becbb8a0f8998d707208eb1f63ae826e42 (patch) | |
tree | e03bbb126ddc0ce7f6f7e979bb3387e81a72b445 | |
parent | 77f29f5b03a9f44fba6f3e0854ec1ab36a8bde47 (diff) | |
download | aports-91d5e5becbb8a0f8998d707208eb1f63ae826e42.tar.bz2 aports-91d5e5becbb8a0f8998d707208eb1f63ae826e42.tar.xz |
main/bison: upgrade to 2.6.4
-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 b4b5bbf38d..6997603574 100644 --- a/main/bison/APKBUILD +++ b/main/bison/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bison -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=0 pkgdesc="The GNU general-purpose parser generator" arch="all" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="760f17ae37165030cc6dcf00f15eed45 bison-2.6.3.tar.xz" +md5sums="8b2dc57eb9d2d6de4715d30de6b2ee07 bison-2.6.4.tar.xz" |