diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-21 21:36:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-21 22:13:51 -0300 |
commit | b7bb41d617028289ad7845dbde8c525bc68c27df (patch) | |
tree | 176805f0c95cf5a446074ebdecac4a56df19931b | |
parent | fded05e6427c299fc62de22f7526bdd9647f92b7 (diff) | |
download | aports-b7bb41d617028289ad7845dbde8c525bc68c27df.tar.bz2 aports-b7bb41d617028289ad7845dbde8c525bc68c27df.tar.xz |
community/ws: upgrade to 8.1.3
-rw-r--r-- | community/ws/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ws/APKBUILD b/community/ws/APKBUILD index b7eac66a6d..408554d9a8 100644 --- a/community/ws/APKBUILD +++ b/community/ws/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=ws -pkgver=8.0.5 -pkgrel=1 +pkgver=8.1.3 +pkgrel=0 pkgdesc="websocket and http client and server command line swiss army" options="!check" url="https://github.com/machinezone/IXWebSocket" @@ -36,4 +36,4 @@ package() { rm -rf "$pkgdir"/usr/include rm -rf "$pkgdir"/usr/lib } -sha512sums="9dcc20d9a0629b92c62a68a8bd7c8206f18dbd9e93289b0b687ec13c478ce9ad1f3563b38c399c8277b0d3812cc78ca725786ba1dedbc3445b9bdb9b689e8add ws-8.0.5.tar.gz" +sha512sums="b2b2d5fb3d7b97cf1296838a513c705d2f88919c4f1da6621136e514ae6c9b1a7af8f4269c581eadbd261d2f4d7334f51b2db3fb4dd62a319265e75ccd3df7fc ws-8.1.3.tar.gz" |