mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libssh: Updated for version 0.4.2.
This commit is contained in:
parent
c3014a57e5
commit
45ae3686e7
2 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=libssh
|
||||
VERSION=${VERSION:-0.4.1}
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -64,7 +64,7 @@ cd -
|
|||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libssh"
|
||||
VERSION="0.4.1"
|
||||
VERSION="0.4.2"
|
||||
HOMEPAGE="http://www.libssh.org/"
|
||||
DOWNLOAD="http://www.libssh.org/files/libssh-0.4.1.tar.gz"
|
||||
MD5SUM="258402bf1fabf664daeba4e5fc7a8d09"
|
||||
DOWNLOAD="http://www.libssh.org/files/libssh-0.4.2.tar.gz"
|
||||
MD5SUM="249fd41dff094f6b236d69a9d1bbb971"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue