summaryrefslogtreecommitdiffstats
path: root/main/bison
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2012-08-04 11:05:01 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2012-08-04 11:32:22 +0200
commit4ac28de67a937be0f847ac460367b0bf6903f955 (patch)
treeb74aa7cf5985085c923bc36edcf4db22f7ebd431 /main/bison
parentccf1b492cf2263ebe75cd959d92114987fe4fd82 (diff)
downloadaports-4ac28de67a937be0f847ac460367b0bf6903f955.tar.bz2
aports-4ac28de67a937be0f847ac460367b0bf6903f955.tar.xz
main/bison: upgrade to 2.6.2
Diffstat (limited to 'main/bison')
-rw-r--r--main/bison/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD
index c0fe6904f..a15c86dd2 100644
--- a/main/bison/APKBUILD
+++ b/main/bison/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bison
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=0
pkgdesc="The GNU general-purpose parser generator"
arch="all"
license="GPL"
url="http://www.gnu.org/software/bison/bison.html"
depends="m4"
-source="ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.gz"
+source="ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"
subpackages="$pkgname-doc"
_builddir="$srcdir/$pkgname-$pkgver"
@@ -29,4 +29,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="f243e885c6b38a375a6a27ef5c0cd8cb bison-2.6.1.tar.gz"
+md5sums="dea291996f98c34c3fd8e389a9cf6ea1 bison-2.6.2.tar.xz"