diff options
Diffstat (limited to 'network/httping/httping.SlackBuild')
-rw-r--r-- | network/httping/httping.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/httping/httping.SlackBuild b/network/httping/httping.SlackBuild index 3634fe8d56..7b73996e06 100644 --- a/network/httping/httping.SlackBuild +++ b/network/httping/httping.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=httping -VERSION=${VERSION:-1.4.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.4.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -86,9 +86,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG/usr/man -type f -exec gzip -9 {} \; -mkdir -p $PKG/usr/bin -cp -a httping $PKG/usr/bin/ - cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |