summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2019-04-10 12:57:33 +0200
committerMarco Pompili2019-04-10 12:57:33 +0200
commitc1c63d4ab2a280e94374e8717e73edd121b4e3cd (patch)
tree8bb46a743e00f0c465f2b9c62d5b54681c348167
parent53ea3d086c772a39812daf60a8a56fc8b02d6658 (diff)
downloadaur-c1c63d4ab2a280e94374e8717e73edd121b4e3cd.tar.gz
Version 2.3.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c57b30a67b..57c8c78417b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Dec 20 16:24:26 UTC 2018
pkgbase = libfixbuf
pkgdesc = A compliant implementation of the IPFIX Protocol, as defined in the "Specification of the IPFIX Protocol for the Export of IP Flow Information" (RFC 5101).
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = http://tools.netsa.cert.org/fixbuf/index.html
arch = i686
@@ -10,8 +8,8 @@ pkgbase = libfixbuf
groups = netsa
license = LGPL
depends = glib2>=2.6.4
- source = http://tools.netsa.cert.org/releases/libfixbuf-2.2.0.tar.gz
- sha256sums = 663e2333284868073478469bd70f137a3840b0da70cb66ceb5bfa85f21daf2ef
+ source = http://tools.netsa.cert.org/releases/libfixbuf-2.3.0.tar.gz
+ sha256sums = ed63314f21a7a6bbf0d08da416403237a867c3f3496d061f10e148e6d8ecea63
pkgname = libfixbuf
diff --git a/PKGBUILD b/PKGBUILD
index d8385732dd41..c519a31dcf73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libfixbuf
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="A compliant implementation of the IPFIX Protocol, as defined in the \"Specification of the IPFIX Protocol for the Export of IP Flow Information\" (RFC 5101). "
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=("LGPL")
groups=("netsa")
depends=("glib2>=2.6.4")
source=("http://tools.netsa.cert.org/releases/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('663e2333284868073478469bd70f137a3840b0da70cb66ceb5bfa85f21daf2ef')
+sha256sums=('ed63314f21a7a6bbf0d08da416403237a867c3f3496d061f10e148e6d8ecea63')
build () {
cd "$srcdir/$pkgname-$pkgver"