fstrm: update to 0.3.0.

This commit is contained in:
Juan RP 2016-07-16 07:38:46 +02:00
parent c6d7555555
commit 58685eb14c
1 changed files with 9 additions and 5 deletions

View File

@ -1,16 +1,20 @@
# Template file for 'fstrm'
pkgname=fstrm
version=0.2.0
revision=2
version=0.3.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
hostmakedepends="automake libtool pkg-config"
makedepends="libevent-devel"
short_desc="C implementation of the Frame Streams data transport protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
homepage="https://github.com/farsightsec/fstrm"
distfiles="${homepage}/releases/download/v${version}/fstrm-${version}.tar.gz"
checksum=ad5d39957a4b334a6c7fcc94f308dc7ac75e1997cc642e9bb91a18fc0f42a98a
distfiles="https://github.com/farsightsec/fstrm/archive/v${version}.tar.gz"
checksum=531ef29ed2a15dfe4993448eb4e8463c5ed8eebf1472a5608c6ac0a6f62b3a12
pre_configure() {
autoreconf -fi
}
fstrm-devel_package() {
depends="${sourcepkg}-${version}_${revision}"