mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
commit
ea5addb980
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 're2c'
|
# Template file for 're2c'
|
||||||
pkgname=re2c
|
pkgname=re2c
|
||||||
version=0.14.2
|
version=0.14.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
|
@ -8,8 +8,8 @@ short_desc="Tool for generating fast C-based recognizers"
|
||||||
maintainer="beefcurtains <beefcurtains@users.noreply.github.com>"
|
maintainer="beefcurtains <beefcurtains@users.noreply.github.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://re2c.sourceforge.net/"
|
homepage="http://re2c.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a702eb63977af4715555edb41eba3b47bbfdcdb44b566d146869a7db022f1c30
|
checksum=1c6806df599f3aef0804b576cfdf64bdba5ad590626dfca2d44e473460917e84
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue