diffutils: update to 3.7

This commit is contained in:
Juergen Daubert 2019-01-02 16:16:00 +01:00
parent aba78bd763
commit 13acd7b9d4
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqvykmLhBZm+g4Kfxi3FAJzHtp3hXfUtC07BnUkw6xKzK//7hDgy1AKryaqe63zzrwOP3EOnZxFvHfJl6H/8cwgE=
SHA256 (Pkgfile) = 41012faddc2787970c95600cdb2d7366fbd7ccb1edbe4e01ca7d6887bf27428e
RWRJc1FUaeVeqrCWrlBQOVOjgVtpufScnx8AN3CQqueCF3QUCcA8Yhl31dC/iz9/Z8sVKmoGubNNrLqtX/1aPshFapXH3V4Bdwg=
SHA256 (Pkgfile) = e19c96e84425514c0c778d64dea8df59591de269a4af818f26f91af4fcdb26d3
SHA256 (.footprint) = 7f86d42a0065b9a9bed6b2c2355debc433ee2277c3f8a583a0729cd2a76f807c
SHA256 (diffutils-3.6.tar.xz) = d621e8bdd4b573918c8145f7ae61817d1be9deb4c8d2328a65cea8e11d783bd6
SHA256 (diffutils-3.7.tar.xz) = b3a7a6221c3dc916085f0d205abf6b8e1ba443d4dd965118da364a1dc1cb3a26

View File

@ -3,14 +3,13 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=diffutils
version=3.6
version=3.7
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info