mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/bison: upgrade to 3.0.5, use https
This commit is contained in:
parent
bf86d6a7ba
commit
3d97302ef3
@ -1,8 +1,8 @@
|
||||
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=bison
|
||||
pkgver=3.0.4
|
||||
pkgrel=1
|
||||
pkgver=3.0.5
|
||||
pkgrel=0
|
||||
pkgdesc="The GNU general-purpose parser generator"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
@ -11,7 +11,7 @@ makedepends="perl"
|
||||
depends="m4"
|
||||
checkdepends="bison flex"
|
||||
[ -n "$BOOTSTRAP" ] && options="!check"
|
||||
source="ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"
|
||||
source="https://ftp.gnu.org/gnu/bison/$pkgname-$pkgver.tar.xz"
|
||||
subpackages="$pkgname-doc"
|
||||
|
||||
build() {
|
||||
@ -38,4 +38,4 @@ package() {
|
||||
rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true
|
||||
}
|
||||
|
||||
sha512sums="bbdc23e7772e49da1c7c47e66d4e4efbfbfe9b21dbc59bf3ad9a6e573eecac6c9f52c7f11a64be9897e8deb99ef7ba015164aa8232aa391b901dd7db03632412 bison-3.0.4.tar.xz"
|
||||
sha512sums="00b448db8abe91b07e32ff5273c6617bc1350d806f92073a9472f4c2f0de5d22c152795674171b74f2eb9eff8d36f8173b82dacb215601bb071ae39404d4a8a2 bison-3.0.5.tar.xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user