libofx: update to 0.10.1.

This commit is contained in:
Evgeny Ermakov 2021-03-30 10:56:02 +11:00 committed by Érico Nogueira Rolim
parent 2553cf1c4c
commit f4510d057d
2 changed files with 5 additions and 4 deletions

View file

@ -1563,7 +1563,7 @@ libcheck.so.0 check-0.9.12_1
liblxc.so.1 liblxc-4.0.6_2
libtcmalloc.so.4 gperftools-2.1_1
libaio.so.1 libaio-0.3.109_1
libofx.so.7 libofx-0.9.11_1
libofx.so.7 libofx-0.10.1_1
libsigsegv.so.2 libsigsegv-2.10_2
libfprint.so.0 libfprint0-1.0_1
libfprint-2.so.2 libfprint-1.90.7_1

View file

@ -1,18 +1,19 @@
# Template file for 'libofx'
pkgname=libofx
version=0.9.15
version=0.10.1
revision=1
build_style="gnu-configure"
configure_args="--with-opensp-includes=${XBPS_CROSS_BASE}/usr/include/OpenSP
--with-opensp-libs=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="pkg-config"
makedepends="opensp-devel libcurl-devel libxml++-devel"
short_desc="Parser and an API designed to allow applications to very easily support OFX command responses"
short_desc="OFX banking protocol abstraction library"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://libofx.sourceforge.net"
changelog="https://raw.githubusercontent.com/libofx/libofx/master/NEWS"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/$pkgname-$version.tar.gz"
checksum=e95c14e09fc37b331af3ef4ef7bea29eb8564a06982959fbd4bca7e331816144
checksum=3bcc2c86b23dc11315a8ce0c9f20cc504fdc6147ea3a0385cb3e05768279c64d
libofx-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"