diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 04:24:13 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 04:28:50 +0100 |
commit | 97868b5eabff4dd3698c68913e5b187e8566e142 (patch) | |
tree | d4b65089b30e1236b12a77cd20055e98a596e1c7 | |
parent | 8c61f1642e4a86978b1d43de85f043cf53d9dfeb (diff) | |
download | aports-97868b5eabff4dd3698c68913e5b187e8566e142.tar.bz2 aports-97868b5eabff4dd3698c68913e5b187e8566e142.tar.xz |
community/ws: upgrade to 8.0.5
-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 79b7acf5a5..b1de1a0ffd 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.0.1 +pkgver=8.0.5 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="3c466376b30baf6d58e694674a65a0df9041802a38f411f95f908d0fe2cfd00804f2ac64e6d9f9938707587a9295f7b11e017829ea1966c18aa37da1c211b98a ws-8.0.1.tar.gz" +sha512sums="9dcc20d9a0629b92c62a68a8bd7c8206f18dbd9e93289b0b687ec13c478ce9ad1f3563b38c399c8277b0d3812cc78ca725786ba1dedbc3445b9bdb9b689e8add ws-8.0.5.tar.gz" |