summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Weiman2019-05-12 12:30:42 -0400
committerMark Weiman2019-05-12 12:30:42 -0400
commit549497de3e8952ee563948c9e0355995d2123408 (patch)
tree29aba167964ab2eda92644d2708a8e286b5dd10c
parentebf687f0d30854ad2d6fca1258f22f64ed1fc777 (diff)
downloadaur-549497de3e8952ee563948c9e0355995d2123408.tar.gz
Update to 1.2.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af584e4a074..2a3978f0ddb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bgpstream
pkgdesc = An open-source software framework for live and historical BGP data analysis, supporting scientific research, operational monitoring, and post-event analysis
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://bgpstream.caida.org
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = bgpstream
makedepends = sqlite3
depends = libwandio>=1.0.3
optdepends = sqlite3: sqlite data interface
- source = http://bgpstream.caida.org/bundles/caidabgpstreamwebhomepage/dists/bgpstream-1.2.2.tar.gz
- md5sums = 7026e42face337a3ce2395328700e549
+ source = http://bgpstream.caida.org/bundles/caidabgpstreamwebhomepage/dists/bgpstream-1.2.3.tar.gz
+ md5sums = 53a2b2341177308a84969a7cb4c842a6
pkgname = bgpstream
diff --git a/PKGBUILD b/PKGBUILD
index 8ae18bd04686..9c776caf86f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Weiman <mark.weiman@markzz.com>
pkgname=bgpstream
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="An open-source software framework for live and historical BGP data analysis, supporting scientific research, operational monitoring, and post-event analysis"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=("libwandio>=1.0.3")
makedepends=('sqlite3')
optdepends=("sqlite3: sqlite data interface")
source=("http://bgpstream.caida.org/bundles/caidabgpstreamwebhomepage/dists/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7026e42face337a3ce2395328700e549')
+md5sums=('53a2b2341177308a84969a7cb4c842a6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"