diff options
Diffstat (limited to 'main/bison/APKBUILD')
-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" |