mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
libssh: 0.6.5
This commit is contained in:
parent
1b7ea789a9
commit
d272b89bfb
@ -1,20 +1,15 @@
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer <inkane@chakra-project.org>
|
||||
# contributor <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libssh
|
||||
pkgver=0.6.3
|
||||
pkgver=0.6.5
|
||||
pkgrel=1
|
||||
_pkgver=121
|
||||
pkgdesc="Library for accessing ssh client services through C libraries"
|
||||
url="http://www.libssh.org/"
|
||||
license=('LGPL')
|
||||
arch=('x86_64')
|
||||
depends=('openssl')
|
||||
makedepends=('cmake' 'doxygen')
|
||||
source=("https://red.libssh.org/attachments/download/87/${pkgname}-${pkgver}.tar.xz")
|
||||
md5sums=('66cf16e77f60913b4d54f18c92cdbf71')
|
||||
source=("https://red.libssh.org/attachments/download/${_pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||
md5sums=('fdf107011ae1847d86620b39ae37d4f3')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
|
Loading…
Reference in New Issue
Block a user