diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 06:57:14 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 12:39:29 +0100 |
commit | 6eecf214174ecb04d8b38987fc4980fd1d5f48ae (patch) | |
tree | bb60c4a87b435e956f76392865cf5ba1f08e16fa /community/ws | |
parent | f16ea71b29cf117f7bf61aecb4ed6d3f1dd2eea1 (diff) | |
download | aports-6eecf214174ecb04d8b38987fc4980fd1d5f48ae.tar.bz2 aports-6eecf214174ecb04d8b38987fc4980fd1d5f48ae.tar.xz |
community/ws: upgrade to 7.8.0
Diffstat (limited to 'community/ws')
-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 4b7c47586c..54edd2b4c9 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.6.5 +pkgver=7.8.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="49a0f16dce6ada536466ea7b56596b87bb14cdb28f8599ad50e3581625879e3c1b925174809009be01606f8639d7b2aefbc7319687c97968e74385d3f832e404 ws-7.6.5.tar.gz" +sha512sums="1a1bfe376826dfb0a06f31439befe333e5b6f20fc8fdc8ca9c9e006dd6f193045d32f7b7956c0646ff60f871654eac2ac7f4bc04a7c320b0ee6cfd4e583c3a71 ws-7.8.0.tar.gz" |