mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/libfilezilla: upgrade to 0.15.0
libfilezilla now depends on Nettle >= 3.1
This commit is contained in:
parent
6b56a5da88
commit
b4c618fd79
@ -1,12 +1,12 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=libfilezilla
|
||||
pkgver=0.14.0
|
||||
pkgver=0.15.0
|
||||
pkgrel=0
|
||||
pkgdesc="C++ library, offering some basic functionality to build high-performing, platform-independent programs"
|
||||
url="https://filezilla-project.org"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="cppunit-dev"
|
||||
makedepends="cppunit-dev nettle-dev"
|
||||
subpackages="$pkgname-dev"
|
||||
source="https://download.filezilla-project.org/libfilezilla/$pkgname-$pkgver.tar.bz2"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
@ -30,4 +30,4 @@ check() {
|
||||
make check
|
||||
}
|
||||
|
||||
sha512sums="f20932e14ab81df9562e030ce10009b9ab55b6798f7bfff7249e9f472fc8cae4278eb142a655dffb63fec53894783874973eb33444bfdacdb06fa682c2dd66a6 libfilezilla-0.14.0.tar.bz2"
|
||||
sha512sums="64b0e2a8dd4dd06a1c2daf52f3036fcaed60b95240672f28032ec390361ddb1a59cd26a91b7b7c525cfc8262381db09a081a29c723f487cc5b41454ce4e9d47e libfilezilla-0.15.0.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user