btfs: update to 2.19.

This commit is contained in:
maxice8 2019-04-14 23:50:04 -03:00 committed by maxice8
parent 770e5ba3d9
commit 4d6265f1d8

View file

@ -1,17 +1,17 @@
# Template file for 'btfs' # Template file for 'btfs'
pkgname=btfs pkgname=btfs
version=2.18 version=2.19
revision=4 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake pkg-config" hostmakedepends="automake pkg-config"
makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel" makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel"
depends="python" depends="python"
short_desc="Bittorrent filesystem based on FUSE" short_desc="Bittorrent filesystem based on FUSE"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3" license="GPL-3.0-or-later"
homepage="https://github.com/johang/btfs" homepage="https://github.com/johang/btfs"
distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz" distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz"
checksum=bb9679045540554232eff303fc4f615d28eb4023461eae3f65f08f2427ec9ef2 checksum=678831788e3b5e24f674adf87618353bea935fb418d512f17aabe3244f06b7e1
CXXFLAGS="-std=c++11" CXXFLAGS="-std=c++11"