diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 19:40:35 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 19:40:35 -0600 |
commit | b48647659b8d2154d3d487e4ce77f7d20d103f71 (patch) | |
tree | 6c30ed83732e8fae2df5bb0a99955a7a1e479bf2 /system/chrpath | |
parent | c25d395d7ffc2c1dd0dd8aa08dfc2ad48872e1a8 (diff) |
system/chrpath: Updated for version 0.14.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/chrpath')
-rw-r--r-- | system/chrpath/chrpath.SlackBuild | 4 | ||||
-rw-r--r-- | system/chrpath/chrpath.info | 6 | ||||
-rw-r--r-- | system/chrpath/slack-desc | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/system/chrpath/chrpath.SlackBuild b/system/chrpath/chrpath.SlackBuild index 0efcc9d6c5a1..d95938a79bce 100644 --- a/system/chrpath/chrpath.SlackBuild +++ b/system/chrpath/chrpath.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for chrpath -# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA +# Copyright 2010-2013 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chrpath -VERSION=${VERSION:-0.13} +VERSION=${VERSION:-0.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/chrpath/chrpath.info b/system/chrpath/chrpath.info index b11b0a0f64c7..0a9b6495c659 100644 --- a/system/chrpath/chrpath.info +++ b/system/chrpath/chrpath.info @@ -1,8 +1,8 @@ PRGNAM="chrpath" -VERSION="0.13" +VERSION="0.14" HOMEPAGE="http://packages.qa.debian.org/c/chrpath.html" -DOWNLOAD="http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_0.13.orig.tar.gz" -MD5SUM="b73072a8fbba277558c50364b65bb407" +DOWNLOAD="http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_0.14.orig.tar.gz" +MD5SUM="ea6b212b23393bf58b0ef9bcf6491b86" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/chrpath/slack-desc b/system/chrpath/slack-desc index 8537ae79298e..69bf803d9fa9 100644 --- a/system/chrpath/slack-desc +++ b/system/chrpath/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| chrpath: chrpath (modify rpath of binaries) |