Skip to content

Commit

Permalink
diffstat: bump to 1.62
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher authored and pyhalov committed Nov 14, 2018
1 parent ffff414 commit da35462
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/text/diffstat/Makefile
Expand Up @@ -20,18 +20,20 @@
#
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
#
PREFERRED_BITS=64

include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= diffstat
COMPONENT_VERSION= 1.61
COMPONENT_VERSION= 1.62
COMPONENT_FMRI= text/diffstat
COMPONENT_SUMMARY= A utility which provides statistics based on the output of diff
COMPONENT_CLASSIFICATION= System/Text Tools
COMPONENT_PROJECT_URL= http://invisible-island.net/diffstat/
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
COMPONENT_ARCHIVE_HASH= \
sha256:25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee
sha256:7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f
COMPONENT_ARCHIVE_URL= \
https://invisible-mirror.net/archives/diffstat/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE= MIT
Expand All @@ -45,8 +47,6 @@ CPPFLAGS += $(CPP_LARGEFILES)

CC += $(CC_BITS)

CONFIGURE_BINDIR.64 = $(CONFIGURE_BINDIR.32)

COMPONENT_TEST_DIR = $(SOURCE_DIR)
COMPONENT_TEST_ENV = PATH=$(@D):$(SOURCE_DIR):$(PATH)
COMPONENT_TEST_CMD = ./testing/run_test.sh
Expand Down

0 comments on commit da35462

Please sign in to comment.