diff options
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 54edd2b4c9..433a779223 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.0 +pkgver=7.8.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="1a1bfe376826dfb0a06f31439befe333e5b6f20fc8fdc8ca9c9e006dd6f193045d32f7b7956c0646ff60f871654eac2ac7f4bc04a7c320b0ee6cfd4e583c3a71 ws-7.8.0.tar.gz" +sha512sums="cb183b267c6d1efcf5b70e730a94b5ddf88dd67af19e2f2c4d18678ff42b1de1cead7cbb13ca40d5d0289085b0e1ef96fb7061e2ec036ca316370212a0c0c414 ws-7.8.1.tar.gz" |