aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-04-06 22:10:10 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-04-06 22:10:10 -0300
commit8f091d5cdd860498065735eff58df066c8e834ce (patch)
tree0b5ec99e6ca6baadee51e415451544e5d88d3b01
parent0eb0af33f82e3b265231dcd69d672e792dd45643 (diff)
main/fstrm: upgrade to 0.6.1
-rw-r--r--main/fstrm/APKBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/main/fstrm/APKBUILD b/main/fstrm/APKBUILD
index b134c4db551..91394bdc3bf 100644
--- a/main/fstrm/APKBUILD
+++ b/main/fstrm/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: tcely <tcely@users.noreply.github.com>
# Maintainer:
-pkgname="fstrm"
-pkgver="0.6.0"
-pkgrel=1
+pkgname=fstrm
+pkgver=0.6.1
+pkgrel=0
pkgdesc="Frame Streams implementation in C"
url="https://github.com/farsightsec/fstrm"
arch="all"
@@ -16,8 +16,6 @@ source="https://dl.farsightsecurity.com/dist/fstrm/fstrm-$pkgver.tar.gz
reduce-testruns.patch"
build() {
- cd "$builddir"
-
./configure \
--build="$CBUILD" \
--host="$CHOST" \
@@ -34,14 +32,10 @@ _cat_found_file() {
}
check() {
- cd "$builddir"
-
make check || _cat_found_file 'test-suite.log'
}
package() {
- cd "$builddir"
-
make -j1 DESTDIR="$pkgdir" install
}
@@ -51,5 +45,5 @@ utils() {
mv "$pkgdir"/usr/bin/* "$subpkgdir"/usr/bin/
}
-sha512sums="d1b754caadb1bd8b4b4ce3e7394168dd0a20353e0b7ac65f28d016d840aefe6fa1ab1aa778564e775152164855b38a47ab5817866f8bfb0b2d70520b2881225d fstrm-0.6.0.tar.gz
+sha512sums="b8bc954d894a6967ab20975949d3b5ab142933bb14d51f0bd93d6f72e6a8963d06365626ae4df977b70b2678eb495ca6edaedbfd1b9149ac1ec9384df2b56806 fstrm-0.6.1.tar.gz
1c687ee7741fb20a571c3d7d3fb9a1cf09709d83d66d788eb09835750ee2313aa565f74d35a9cdece2154e1b8c41c68b268ca8f5bc33f8d14550ebe46880d550 reduce-testruns.patch"