mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
nanomsg: update to 1.1.0.
Soname bump, but nothing depends on this.
This commit is contained in:
parent
615628b097
commit
8bd26f8dc0
2 changed files with 4 additions and 4 deletions
|
@ -2793,7 +2793,7 @@ 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.0.0 nanomsg-1.0.0_2
|
libnanomsg.so.5.1.0 nanomsg-1.1.0_2
|
||||||
libindicator3.so.7 libindicator-12.10.1_1
|
libindicator3.so.7 libindicator-12.10.1_1
|
||||||
libappindicator3.so.1 libappindicator-12.10.0_1
|
libappindicator3.so.1 libappindicator-12.10.0_1
|
||||||
librados.so.2 ceph-11.2.0_1
|
librados.so.2 ceph-11.2.0_1
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'nanomsg'
|
# Template file for 'nanomsg'
|
||||||
pkgname=nanomsg
|
pkgname=nanomsg
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
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>"
|
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=e81b79e073f5388a5070623136c7896244f8bbc24fd5f5255da8d5aa2e2a50e3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue