diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 01:30:39 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 01:30:39 +0100 |
commit | 4de735ba4adf629a80aadab4820de87cd123174b (patch) | |
tree | abe3a9b744f9a83a27412002687159b9b435392e /community/ws | |
parent | 75ac62a44a7f9b4e5a6fb6be6691023b6048d7c7 (diff) | |
download | aports-4de735ba4adf629a80aadab4820de87cd123174b.tar.bz2 aports-4de735ba4adf629a80aadab4820de87cd123174b.tar.xz |
community/ws: upgrade to 8.0.1
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 e6cf70a3b4..79b7acf5a5 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.0 +pkgver=8.0.1 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="e274a8bfc9cc11aace683e81ec74ae763f0fcca2f17c2f22ab3682ebe2ad17451cb9a1eed8f2239d7700236419497779a9ff801e034041d7482682100d1a4793 ws-8.0.0.tar.gz" +sha512sums="3c466376b30baf6d58e694674a65a0df9041802a38f411f95f908d0fe2cfd00804f2ac64e6d9f9938707587a9295f7b11e017829ea1966c18aa37da1c211b98a ws-8.0.1.tar.gz" |