main/libwebsockets: upgrade to 3.0.0

This commit is contained in:
Fabian Affolter 2018-05-07 12:58:14 +00:00 committed by Francesco Colista
parent 94fab584e5
commit 066f4d6366

View File

@ -1,8 +1,8 @@
# Contributor: V.Krishn <vkrishn4@gmail.com> # Contributor: V.Krishn <vkrishn4@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libwebsockets pkgname=libwebsockets
pkgver=2.4.2 pkgver=3.0.0
pkgrel=1 pkgrel=0
pkgdesc="C library for lightweight websocket clients and servers" pkgdesc="C library for lightweight websocket clients and servers"
url="http://libwebsockets.org" url="http://libwebsockets.org"
arch="all" arch="all"
@ -46,4 +46,4 @@ _test() {
mv "$pkgdir"/usr/share "$pkgdir"/usr/bin "$subpkgdir"/usr/ mv "$pkgdir"/usr/share "$pkgdir"/usr/bin "$subpkgdir"/usr/
} }
sha512sums="7bee49f6763ff3ab7861fcda25af8d80f6757c56e197ea42be53e0b2480969eee73de3aee5198f5ff06fd1cb8ab2be4c6495243e83cd0acc235b0da83b2353d1 libwebsockets-2.4.2.tar.gz" sha512sums="626edd00cc4f7559c67fc1663cbc4679a3c4e7a1b60944a7cf6968c6676073bbc15f9b90f4f2ea629394ebbcf84856663ae032a3557bae383bd0db54838d30e8 libwebsockets-3.0.0.tar.gz"