diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-28 21:13:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-28 22:18:31 +0100 |
commit | 91b3b5a8b81c668b17165136f1c4df2a5884478a (patch) | |
tree | 3f237cadc66eb599554298f12d3fb526e330a054 /community | |
parent | 7e10170c999e9d1bf5c7f9214e4a26492a5ea546 (diff) | |
download | aports-91b3b5a8b81c668b17165136f1c4df2a5884478a.zip |
community/ws: upgrade to 7.8.5
Diffstat (limited to 'community')
-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 5992a9af433..1916ffd99cb 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.8.4 +pkgver=7.8.5 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="fd733e23b6ebb3fbdc4d064569042683784e8f9d064e428f4cd41c723ef72ea1ec01f2eaaf14a43c8385acaac0e38a66bb9aba64a4a8501f41a6b08c976ad122 ws-7.8.4.tar.gz" +sha512sums="85fc2b9d350c1b0d68723f51e3261b80543f4a9e71c7c0a7b24663a99c88a4dca524b24a314e1c132b52bdeec5f05f5111329e5ef15c7ad2a2626201df5ec99e ws-7.8.5.tar.gz" |