diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 06:41:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 06:56:21 +0100 |
commit | aaead3b20d8322d96827b676f308813408b1a2b1 (patch) | |
tree | d9a5dc881ecd6754cabaa9bb54fdbdacc8b4f007 | |
parent | df9c8bc3300ccdf39df98b544cecf147b458a8d8 (diff) | |
download | aports-aaead3b20d8322d96827b676f308813408b1a2b1.tar.bz2 aports-aaead3b20d8322d96827b676f308813408b1a2b1.tar.xz |
community/ws: upgrade to 7.6.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 6e2b608c07..4b7c47586c 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=7.6.4 +pkgver=7.6.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="2d75d44b74f5dd878e97838076f42504bfbcef5f8bb4b8fb8f2060ff51bb3228c9c2bfe19a5a934155369d5b78a616c30ccd6621cfc0eebab3c531ded9cc4994 ws-7.6.4.tar.gz" +sha512sums="49a0f16dce6ada536466ea7b56596b87bb14cdb28f8599ad50e3581625879e3c1b925174809009be01606f8639d7b2aefbc7319687c97968e74385d3f832e404 ws-7.6.5.tar.gz" |