mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libssh2: Updated for version 1.4.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6f8f68bd83
commit
e5b80bd2a6
2 changed files with 7 additions and 6 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
# Slackware build script for libssh2
|
||||
# Written by Diogo Leal (diogo@diogoleal.com)
|
||||
# Maintained by Bogdan Radulescu (bogdan@nimblex.net)
|
||||
|
||||
PRGNAM=libssh2
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libssh2"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.4.3"
|
||||
HOMEPAGE="www.libssh2.org"
|
||||
DOWNLOAD="http://libssh2.org/download/libssh2-1.3.0.tar.gz"
|
||||
MD5SUM="6425331899ccf1015f1ed79448cb4709"
|
||||
DOWNLOAD="http://www.libssh2.org/download/libssh2-1.4.3.tar.gz"
|
||||
MD5SUM="071004c60c5d6f90354ad1b701013a0b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Diogo Leal"
|
||||
EMAIL="diogo@diogoleal.com"
|
||||
MAINTAINER="Bogdan Radulescu"
|
||||
EMAIL="bogdan@nimblex.net"
|
||||
|
|
Loading…
Reference in a new issue