diff options
author | davidovski <david@davidovski.xyz> | 2022-01-14 22:52:14 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-14 22:52:14 +0000 |
commit | 169580fc2a02d5e69cddfb7080163373f34e61c9 (patch) | |
tree | 42ec36dae13292b8afc3d321d9f37e55f2c72769 /repo | |
parent | 26ca9829ccac05a830570cd0ed3c684e1f468237 (diff) |
updated bison to 3.8.1
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/bison.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/core/bison.xibuild b/repo/core/bison.xibuild index 194e7c7..556bf16 100644 --- a/repo/core/bison.xibuild +++ b/repo/core/bison.xibuild @@ -2,11 +2,11 @@ DEPS=(glibc m4 sh) -SOURCE=https://ftp.gnu.org/gnu/bison/bison-3.8.tar.xz +SOURCE=https://ftp.gnu.org/gnu/bison/bison-3.8.1.tar.xz DESC="The GNU general-purpose parser generator" build () { - ./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.8 + ./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.8.1 make make check make DESTDIR=$PKG_DEST install |