summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Bernardoff2018-12-01 11:35:20 +0100
committerVincent Bernardoff2018-12-01 11:35:20 +0100
commita35ac62bac6018f4a872918da5e77d947f6296ea (patch)
treee2a982ce9af1c6ae5bc99b4d6b221aa9f05c7daf
parent69a555f3ebeb2063ae2dcf8ffe1ce3499d213e31 (diff)
downloadaur-a35ac62bac6018f4a872918da5e77d947f6296ea.tar.gz
update to version 1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c87225b314e9..a8f98a01282a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 26 14:40:59 UTC 2018
+# Sat Dec 1 10:35:10 UTC 2018
pkgbase = nng
pkgdesc = Rewrite of the SP protocol library known as libnanomsg
- pkgver = 1.0.1
+ pkgver = 1.1.1
pkgrel = 1
url = https://nanomsg.github.io/nng/
arch = arm
@@ -18,8 +18,8 @@ pkgbase = nng
makedepends = asciidoctor
provides = nng
conflicts = nng
- source = https://github.com/nanomsg/nng/archive/v1.0.1.tar.gz
- sha256sums = c08ef670d472eb6fd50a2f863c6a4432b2963addd47f35d54cfb9fd7c543895b
+ source = https://github.com/nanomsg/nng/archive/v1.1.1.tar.gz
+ sha256sums = cec54ed40c8feb5c0c66f81cfd200e9b243639a75d1b6093c95ee55885273205
pkgname = nng
diff --git a/PKGBUILD b/PKGBUILD
index 03d5871602d3..60145648dc4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Bernardoff <vb AT luminar.eu.org>
pkgname=nng
-pkgver=1.0.1
+pkgver=1.1.1
pkgrel=1
pkgdesc="Rewrite of the SP protocol library known as libnanomsg"
arch=(arm armv6h armv7h aarch64 x86_64 i686)
@@ -12,8 +12,8 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=
source=("https://github.com/nanomsg/nng/archive/v${pkgver}.tar.gz")
+sha256sums=('cec54ed40c8feb5c0c66f81cfd200e9b243639a75d1b6093c95ee55885273205')
noextract=()
-sha256sums=('c08ef670d472eb6fd50a2f863c6a4432b2963addd47f35d54cfb9fd7c543895b')
prepare() {
mkdir -p "$srcdir/${pkgname}-${pkgver}/build"