mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
nanomsg: update to 1.2.
This commit is contained in:
parent
e23f179533
commit
061ec375a3
2 changed files with 6 additions and 6 deletions
|
@ -3130,7 +3130,7 @@ libappstream-compose.so.0 AppStream-compose-1.0.2_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.1.3_1
|
libnanomsg.so.6 nanomsg-1.2.0_1
|
||||||
libscanmem.so.1 libscanmem-0.17_5
|
libscanmem.so.1 libscanmem-0.17_5
|
||||||
libsctp.so.1 lksctp-tools-1.0.17_1
|
libsctp.so.1 lksctp-tools-1.0.17_1
|
||||||
libwithsctp.so.1 lksctp-tools-1.0.17_1
|
libwithsctp.so.1 lksctp-tools-1.0.17_1
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'nanomsg'
|
# Template file for 'nanomsg'
|
||||||
pkgname=nanomsg
|
pkgname=nanomsg
|
||||||
version=1.1.5
|
version=1.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc='Simple, high-performance implementation of \"scalability protocols\"'
|
short_desc='Simple, high-performance implementation of scalability protocols'
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage='http://nanomsg.org/'
|
homepage='http://nanomsg.org/'
|
||||||
#changelog="https://github.com/nanomsg/nanomsg/releases"
|
changelog="https://github.com/nanomsg/nanomsg/releases"
|
||||||
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=218b31ae1534ab897cb5c419973603de9ca1a5f54df2e724ab4a188eb416df5a
|
checksum=6ef7282e833df6a364f3617692ef21e59d5c4878acea4f2d7d36e21c8858de67
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue