nanomsg: fix mistakes
This commit is contained in:
parent
e2e0f15a01
commit
2e5921bd52
|
@ -2769,4 +2769,4 @@ libgcab-1.0.so.0 gcab-0.7_1
|
||||||
libappstream-glib.so.8 appstream-glib-0.6.13_1
|
libappstream-glib.so.8 appstream-glib-0.6.13_1
|
||||||
libappstream-builder.so.8 appstream-glib-0.6.13_1
|
libappstream-builder.so.8 appstream-glib-0.6.13_1
|
||||||
libflatpak.so.0 flatpak-0.9.3_2
|
libflatpak.so.0 flatpak-0.9.3_2
|
||||||
libnanomsg.so.5 nanomsg-1.0.0_1
|
libnanomsg.so.5.0.0 nanomsg-1.0.0_2
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'nanomsg'
|
# Template file for 'nanomsg'
|
||||||
pkgname=nanomsg
|
pkgname=nanomsg
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
short_desc='Simple, high-performance implementation of "scalability protocols"'
|
short_desc='Simple, high-performance implementation of "scalability protocols"'
|
||||||
homepage='http://nanomsg.org/'
|
homepage='http://nanomsg.org/'
|
||||||
license="MIT"
|
license="MIT"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
distfiles="https://github.com/nanomsg/nanomsg/archive/$version.tar.gz>nanomsg-${version}.tar.gz"
|
distfiles="https://github.com/nanomsg/nanomsg/archive/$version.tar.gz>nanomsg-${version}.tar.gz"
|
||||||
checksum="24afdeb71b2e362e8a003a7ecc906e1b84fd9f56ce15ec567481d1bb33132cc7"
|
checksum="24afdeb71b2e362e8a003a7ecc906e1b84fd9f56ce15ec567481d1bb33132cc7"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue