libfilezilla: update to 0.10.0.
This commit is contained in:
parent
725eb35526
commit
bc90c6309d
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
|||
--- lib/libfilezilla/util.hpp 2017/06/01 19:28:46 8431
|
||||
+++ lib/libfilezilla/util.hpp 2017/06/02 15:08:22 8432
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
/** \brief Get random uniformly distributed bytes
|
||||
*/
|
||||
-std::vector<uint8_t> random_bytes(size_t size);
|
||||
+std::vector<uint8_t> FZ_PUBLIC_SYMBOL random_bytes(size_t size);
|
||||
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libfilezilla'
|
||||
pkgname=libfilezilla
|
||||
version=0.9.2
|
||||
revision=2
|
||||
version=0.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="A small and modern C++ library, which offers some basic functionalities"
|
||||
|
@ -9,7 +9,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|||
license="GPL-2"
|
||||
homepage="https://lib.filezilla-project.org/"
|
||||
distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=c162e8a23555b3bbc707cf240b0b4122ea2975d6d8b10744325b968f656b3be3
|
||||
checksum=bd10176c44f421a20c92c66d85a7a277dcc0d1c4b57cf20b7b6ba24cb4493382
|
||||
|
||||
libfilezilla-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue