nanomsg: update to 1.1.3.
Closes #14675. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
a651991b15
commit
a68563b42e
2 changed files with 9 additions and 7 deletions
|
@ -2924,7 +2924,7 @@ libgcab-1.0.so.0 gcab-0.7_1
|
|||
libappstream-glib.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
|
||||
libnanomsg.so.5.1.0 nanomsg-1.1.0_2
|
||||
libnanomsg.so.5 nanomsg-1.1.3_1
|
||||
libindicator3.so.7 libindicator-12.10.1_1
|
||||
libappindicator3.so.1 libappindicator-12.10.0_1
|
||||
librados.so.2 ceph-11.2.0_1
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'nanomsg'
|
||||
pkgname=nanomsg
|
||||
version=1.1.2
|
||||
version=1.1.3
|
||||
revision=1
|
||||
short_desc='Simple, high-performance implementation of "scalability protocols"'
|
||||
homepage='http://nanomsg.org/'
|
||||
license="MIT"
|
||||
build_style=cmake
|
||||
short_desc='Simple, high-performance implementation of "scalability protocols"'
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage='http://nanomsg.org/'
|
||||
#changelog="https://github.com/nanomsg/nanomsg/releases"
|
||||
distfiles="https://github.com/nanomsg/nanomsg/archive/$version.tar.gz>nanomsg-${version}.tar.gz"
|
||||
checksum=3c52165a735c2fb597d2306593ae4b17900688b90113d4115ad8480288f28ccb
|
||||
checksum=a25b7da0a3596fa45f4102b15c4329801711cceba2a530eeaff41189a46b6329
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -20,6 +21,7 @@ nanomsg-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue