diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-28 04:18:07 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-28 14:31:24 +0100 |
commit | 977b50e1a37c2e7521aadbd6aebc8505783fe814 (patch) | |
tree | ad179fe72354b866642582a333330aa77deda3f3 /community | |
parent | 8c6a03b2211278909a16f3b3dadd9d667c5e0533 (diff) | |
download | aports-977b50e1a37c2e7521aadbd6aebc8505783fe814.zip |
community/ws: upgrade to 7.8.4
Diffstat (limited to 'community')
-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 433a7792231..5992a9af433 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.8.1 +pkgver=7.8.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="cb183b267c6d1efcf5b70e730a94b5ddf88dd67af19e2f2c4d18678ff42b1de1cead7cbb13ca40d5d0289085b0e1ef96fb7061e2ec036ca316370212a0c0c414 ws-7.8.1.tar.gz" +sha512sums="fd733e23b6ebb3fbdc4d064569042683784e8f9d064e428f4cd41c723ef72ea1ec01f2eaaf14a43c8385acaac0e38a66bb9aba64a4a8501f41a6b08c976ad122 ws-7.8.4.tar.gz" |