diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-22 15:59:12 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-22 16:06:00 -0300 |
commit | 4298d8a1fb7c0a1d2b0fe4b6dcc683771d163d77 (patch) | |
tree | 4ba2d4f237a575f22e395c0f3191795382bc9097 /community/ws | |
parent | db3109c9b6eaaeaad1f881c08bb17c2bd496734e (diff) | |
download | aports-4298d8a1fb7c0a1d2b0fe4b6dcc683771d163d77.tar.bz2 aports-4298d8a1fb7c0a1d2b0fe4b6dcc683771d163d77.tar.xz |
community/ws: upgrade to 8.1.4
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" |