summaryrefslogtreecommitdiff
path: root/diffutils
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-01-02 16:16:00 +0100
committerJuergen Daubert <jue@jue.li>2019-01-02 16:16:00 +0100
commit13acd7b9d4875fe04d9c7ab694612e5bd77f6eb3 (patch)
tree0cff733559c3fa9e8e25fdd978544a69becea86a /diffutils
parentaba78bd763cbdf28046247ec5975f059613ff045 (diff)
downloadcore-13acd7b9d4875fe04d9c7ab694612e5bd77f6eb3.tar.gz
core-13acd7b9d4875fe04d9c7ab694612e5bd77f6eb3.tar.xz
diffutils: update to 3.7
Diffstat (limited to 'diffutils')
-rw-r--r--diffutils/.signature6
-rw-r--r--diffutils/Pkgfile5
2 files changed, 5 insertions, 6 deletions
diff --git a/diffutils/.signature b/diffutils/.signature
index a7d282de..bde09ec2 100644
--- a/diffutils/.signature
+++ b/diffutils/.signature
@@ -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
diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile
index 3560e27d..fbf60879 100644
--- a/diffutils/Pkgfile
+++ b/diffutils/Pkgfile
@@ -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

Generated by cgit