diff options
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 e25c7d0ae0..37b82ddd25 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.2 +pkgver=7.9.3 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="478aca334cc9e3244f403b88ec4d33fff2f6815b44ecd846d3c58cd763768e4bad50fec0c4ae570ade9aa8450315c3e70df76ed99de76bc93af705f882fefad1 ws-7.9.2.tar.gz" +sha512sums="5339290696e4238d3691849297730992d908a8cae0de2572a80ca32fa90346c73f8919f2bbd2fbc3646b7a3fc766c302a3faf1ae58b5eb573d16a301a33f0545 ws-7.9.3.tar.gz" |