diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-07 17:07:32 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-08 04:50:34 +0100 |
commit | 10a7a3209fd347ee1a6a2af0b454c868dec868fb (patch) | |
tree | ed964746b23ed1afba7b28cde87299e369840bd0 /community/ws | |
parent | 6b479e97138eb568aca3dfe8ad46f6d2b71d5137 (diff) | |
download | aports-10a7a3209fd347ee1a6a2af0b454c868dec868fb.tar.bz2 aports-10a7a3209fd347ee1a6a2af0b454c868dec868fb.tar.xz |
community/ws: upgrade to 7.9.2
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 8c3d4f76da..e25c7d0ae0 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.8 +pkgver=7.9.2 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="570ac5ba4bc3b8b8ed84e2f73c69173fac589645ff71070527485d70b6e3b22dcf1ad5fb95d52b2c560ee6197b5c6fa4c7629ba48ac6f8249aee057f4380e530 ws-7.8.8.tar.gz" +sha512sums="478aca334cc9e3244f403b88ec4d33fff2f6815b44ecd846d3c58cd763768e4bad50fec0c4ae570ade9aa8450315c3e70df76ed99de76bc93af705f882fefad1 ws-7.9.2.tar.gz" |