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 408554d9a8..64e979236d 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=8.1.3 +pkgver=8.1.4 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="b2b2d5fb3d7b97cf1296838a513c705d2f88919c4f1da6621136e514ae6c9b1a7af8f4269c581eadbd261d2f4d7334f51b2db3fb4dd62a319265e75ccd3df7fc ws-8.1.3.tar.gz" +sha512sums="3d98d06e3f75501306b5df1de77a2e324e736bdfcd6d2a1d4bab4966e19b2bf4b625d00b18654e7a007144e897abb29f2a046f24d69c0e4ca5c0b05fc0c9b976 ws-8.1.4.tar.gz" |