summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2021-03-23 21:19:06 +0100
committerVincent Bernardoff2021-03-23 21:19:06 +0100
commit1ba286e0f4c1184a3e1efa4f6063f495b60cb411 (patch)
treeb8d366b07bb93eaf09f7ddac503bfeeb05d6a38d
parentd2a9b3a130a3f2e3a2cb8d27fb52f2c3cc44c3e8 (diff)
downloadaur-1ba286e0f4c1184a3e1efa4f6063f495b60cb411.tar.gz
v1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e6ae2861af4..8b50204b39e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nng
pkgdesc = Rewrite of the SP protocol library known as libnanomsg
- pkgver = 1.3.2
+ pkgver = 1.4.0
pkgrel = 1
url = https://nanomsg.github.io/nng/
arch = arm
@@ -16,8 +16,8 @@ pkgbase = nng
depends = mbedtls
provides = nng
conflicts = nng
- source = https://github.com/nanomsg/nng/archive/v1.3.2.tar.gz
- md5sums = 93d5bdb5cfa0b8a97fe94754d9fa8368
+ source = https://github.com/nanomsg/nng/archive/v1.4.0.tar.gz
+ md5sums = 124c94f9cbfabfecd3b18fdcefa66576
pkgname = nng
diff --git a/PKGBUILD b/PKGBUILD
index 47f50e13e4b1..1b51a52b6acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Bernardoff <vb AT luminar.eu.org>
pkgname=nng
-pkgver=1.3.2
+pkgver=1.4.0
pkgrel=1
pkgdesc="Rewrite of the SP protocol library known as libnanomsg"
arch=(arm armv6h armv7h aarch64 x86_64 i686)
@@ -12,7 +12,7 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=
source=("https://github.com/nanomsg/nng/archive/v${pkgver}.tar.gz")
-md5sums=('93d5bdb5cfa0b8a97fe94754d9fa8368')
+md5sums=('124c94f9cbfabfecd3b18fdcefa66576')
prepare() {
cmake -B build -S "${pkgname}-${pkgver}" -G Ninja \