summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Berto2020-10-27 23:27:25 +0100
committerFilippo Berto2020-10-27 23:27:25 +0100
commita026a5b114f8fcbaea908d7f9840dc2c92fda4f6 (patch)
treef66513fbee4c0fb2bfbf87a041c6bc4718e045c2
parentbbdde33a70470c0900c34ca9ffdbacbeb4c50c46 (diff)
downloadaur-ndn-cxx.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 8cb28ee79387..c6d678a81231 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ndn-cxx
pkgdesc = Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications
- pkgver = 0.7.0
- pkgrel = 10
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://github.com/named-data/ndn-cxx
arch = i686
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = ndn-cxx
optdepends = boost-stacktrace-backtrace
provides = ndn-cxx
conflicts = ndn-cxx
- source = https://github.com/named-data/ndn-cxx/archive/ndn-cxx-0.7.0.tar.gz
- sha256sums = 0efa2e7828bd8751ea2fb1aed0c83359410e7f76390c4fec905a6f4dea8a1b70
+ source = https://github.com/named-data/ndn-cxx/archive/ndn-cxx-0.7.1.tar.gz
+ sha256sums = 8105558b95c7989d5211ffc101dfde2182d981542a348f0566d580ff6c4623c9
pkgname = ndn-cxx
diff --git a/PKGBUILD b/PKGBUILD
index bb0a77ec4238..9990a2550fef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_reponame=ndn-cxx
_pkgname=ndn-cxx
pkgname=${_pkgname}
-pkgver=0.7.0
-pkgrel=10
+pkgver=0.7.1
+pkgrel=1
# epoch=
pkgdesc="Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ options=()
install=
source=(https://github.com/named-data/${_reponame}/archive/${_reponame}-${pkgver}.tar.gz)
noextract=()
-sha256sums=('0efa2e7828bd8751ea2fb1aed0c83359410e7f76390c4fec905a6f4dea8a1b70')
+sha256sums=('8105558b95c7989d5211ffc101dfde2182d981542a348f0566d580ff6c4623c9')
validpgpkeys=()
prepare() {