diff options
author | Juergen Daubert <jue@jue.li> | 2018-10-31 16:28:14 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2018-10-31 16:28:14 +0100 |
commit | cbf0c3b0fcf5a5b7a2111f65673f29c0e2b31927 (patch) | |
tree | dfb0bfa3e8a2a5e9b11972e904a4049b1c5e3298 /bison | |
parent | 00d4ff2f4d41d5eb41e2a3e2e426db5933314a95 (diff) | |
download | core-cbf0c3b0fcf5a5b7a2111f65673f29c0e2b31927.tar.gz core-cbf0c3b0fcf5a5b7a2111f65673f29c0e2b31927.tar.xz |
bison: update to 3.2
Diffstat (limited to 'bison')
-rw-r--r-- | bison/.signature | 6 | ||||
-rw-r--r-- | bison/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bison/.signature b/bison/.signature index a9fd590c..45786810 100644 --- a/bison/.signature +++ b/bison/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqttdbf6mehKE1sByQMuvo2boNAbXFwSUNybUDBIO5YZxect291ogKsjskz0MEC5fQ++xp9OPvUoofUVgTCADpwU= -SHA256 (Pkgfile) = 79a4161eda79fee62955e562a46c0b547e516a8d6bb4f2cfd9faeba65585008e +RWRJc1FUaeVeqv3zCdFuC4Gq4sWdTaFPvQW6cRDBAtvt3Cf7YAce8pf/yVmxVPbxwKOxjHIKYTl7cAe15Tx8OqsE79o/ChiISQs= +SHA256 (Pkgfile) = 00186668ee9a4d92460219a164d386996c871ee5272e1e9879cd0f93ed001b91 SHA256 (.footprint) = af68635fb869a7a04dba414232893612bfdf9a9cf493649f2d3a9e12dea388d6 -SHA256 (bison-3.1.tar.xz) = 7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6 +SHA256 (bison-3.2.tar.xz) = deec377b95aa72ec4e1a33fe2c938d2480749d740b5291a7cc1d77808d3710bf diff --git a/bison/Pkgfile b/bison/Pkgfile index 5ef26730..87e80169 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=bison -version=3.1 +version=3.2 release=1 source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) @@ -12,6 +12,6 @@ build() { ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install - rm -r $PKG/usr/share/info $PKG/usr/share/doc/ + rm -r $PKG/usr/share/{doc,info} rm $PKG/usr/share/bison/README } |