diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 10:30:19 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 10:30:19 +0100 |
commit | de8249eefaf93f2dc57f2bf9cd7273e1a49cf577 (patch) | |
tree | ea9306db702a28249907b793bf552f22a256d44d | |
parent | 1b8e7dde5ca86a0f2cb0bb03e6ef639b636771ad (diff) | |
download | aports-de8249eefaf93f2dc57f2bf9cd7273e1a49cf577.zip |
community/ws: upgrade to 8.0.0
-rw-r--r-- | community/ws/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ws/APKBUILD b/community/ws/APKBUILD index 25e116ae6ae..e6cf70a3b4a 100644 --- a/community/ws/APKBUILD +++ b/community/ws/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=ws -pkgver=7.9.6 +pkgver=8.0.0 pkgrel=0 pkgdesc="websocket and http client and server command line swiss army" options="!check" @@ -36,4 +36,4 @@ package() { rm -rf "$pkgdir"/usr/include rm -rf "$pkgdir"/usr/lib } -sha512sums="a369b1739160b88f7fe333f94eb115ba2c61e86e5362169db6c34ea241a9b18e18dae73063c6a453fbf0e97924cb12fda9fb5db49fca2499c51baa7e20f78891 ws-7.9.6.tar.gz" +sha512sums="e274a8bfc9cc11aace683e81ec74ae763f0fcca2f17c2f22ab3682ebe2ad17451cb9a1eed8f2239d7700236419497779a9ff801e034041d7482682100d1a4793 ws-8.0.0.tar.gz" |