diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-11 11:50:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:52 +0700 |
commit | adfe238f3f1a1831eaf763a4ddaae31380bd02a2 (patch) | |
tree | e567c5ecd4aefaa9bec009a27583028585f10514 /system/makefile2graph | |
parent | 61cd5912392fe55c4202d3d7e8a7722876955bb3 (diff) | |
download | slackbuilds-adfe238f3f1a1831eaf763a4ddaae31380bd02a2.tar.gz |
system/makefile2graph: Updated for version 2021.11.06.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/makefile2graph')
-rw-r--r-- | system/makefile2graph/makefile2graph.SlackBuild | 5 | ||||
-rw-r--r-- | system/makefile2graph/makefile2graph.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/makefile2graph/makefile2graph.SlackBuild b/system/makefile2graph/makefile2graph.SlackBuild index 841b0af1b9..b58d1d7c1d 100644 --- a/system/makefile2graph/makefile2graph.SlackBuild +++ b/system/makefile2graph/makefile2graph.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20220611 bkw: updated for v2021.11.06. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=makefile2graph -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-2021.11.06} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,7 +69,6 @@ make \ chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/* $PKG/usr/man/man1/* gzip -9 $PKG/usr/man/man1/*.1 -ln -s make2graph.1.gz $PKG/usr/man/man1/$PRGNAM.1.gz cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/makefile2graph/makefile2graph.info b/system/makefile2graph/makefile2graph.info index df534ff539..b6ad370ceb 100644 --- a/system/makefile2graph/makefile2graph.info +++ b/system/makefile2graph/makefile2graph.info @@ -1,8 +1,8 @@ PRGNAM="makefile2graph" -VERSION="1.5.0" +VERSION="2021.11.06" HOMEPAGE="https://github.com/lindenb/makefile2graph" -DOWNLOAD="https://github.com/lindenb/makefile2graph/archive/v1.5.0/makefile2graph-1.5.0.tar.gz" -MD5SUM="7eb822eced522ef03ab29c893e59d2d3" +DOWNLOAD="https://github.com/lindenb/makefile2graph/archive/2021.11.06/makefile2graph-2021.11.06.tar.gz" +MD5SUM="b4e4ad7b162be53ef41933adebc8358f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |