* update fstrm to 0.6.1-2

This commit is contained in:
Alexander Baldeck 2024-08-18 09:30:00 +02:00
parent c9683ae0ad
commit bbcafef3e3
3 changed files with 17 additions and 1 deletions

12
fstrm/.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = fstrm
pkgdesc = C implementation of the Frame Streams data transport protocol
pkgver = 0.6.1
pkgrel = 2
url = https://github.com/farsightsec/fstrm
arch = x86_64
license = Apache
depends = libevent
source = https://github.com/farsightsec/fstrm/archive/v0.6.1/fstrm-0.6.1.tar.gz
sha256sums = 4f0f7ad2b760119c441aba58271e84de683b3cc138530d02710896641866e2d2
pkgname = fstrm

4
fstrm/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[fstrm]
source = "git"
git = "https://github.com/farsightsec/fstrm.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=fstrm
pkgver=0.6.1
pkgrel=1
pkgrel=2
pkgdesc="C implementation of the Frame Streams data transport protocol"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/farsightsec/fstrm"