summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-10-27 23:47:20 +0100
committerFilippo Berto2020-10-27 23:47:20 +0100
commita13283cdf04b95f47801b51be8bc358a8aa39c7a (patch)
treea049c20ead927a91606e67b7d44f6e7eebade581
parent0abb8309048722e381f27206834f00d6c6693dc1 (diff)
downloadaur-a13283cdf04b95f47801b51be8bc358a8aa39c7a.tar.gz
Version 0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc98aaf146f..1f2c53c45e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ndn-nfd
pkgdesc = NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol
- pkgver = 0.7.0
- pkgrel = 9
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://github.com/named-data/NFD
arch = i686
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = ndn-nfd
optdepends = valgrind: memory analysis
provides = ndn-nfd
conflicts = ndn-nfd
- source = https://github.com/named-data/NFD/archive/NFD-0.7.0.tar.gz
+ source = https://github.com/named-data/NFD/archive/NFD-0.7.1.tar.gz
source = https://github.com/cawka/websocketpp/archive/0.8.1-hotfix.tar.gz
- sha256sums = dfe90e958b062b8beb90ebaa10d9a10c2165952c772aa03f170913666d602cce
+ sha256sums = 7f911b79745fdbb1bebc75d1a8319d2d5189bb740c2ed6ccb87d6cdea8672706
sha256sums = a5f692a4a8304eccfb6506941ceeb97990f0aecfcbe045d7fe8b24a46e0ef671
pkgname = ndn-nfd
diff --git a/PKGBUILD b/PKGBUILD
index f4d0838db62f..ab96721337a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_reponame=NFD
_pkgname=ndn-nfd
pkgname=$_pkgname
-pkgver=0.7.0
-pkgrel=9
+pkgver=0.7.1
+pkgrel=1
# epoch=
pkgdesc="NFD is a network forwarder that implements and evolves together with the Named Data Networking (NDN) protocol"
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ source=(
https://github.com/cawka/websocketpp/archive/0.8.1-hotfix.tar.gz
)
noextract=()
-sha256sums=('dfe90e958b062b8beb90ebaa10d9a10c2165952c772aa03f170913666d602cce'
+sha256sums=('7f911b79745fdbb1bebc75d1a8319d2d5189bb740c2ed6ccb87d6cdea8672706'
'a5f692a4a8304eccfb6506941ceeb97990f0aecfcbe045d7fe8b24a46e0ef671')
validpgpkeys=()