diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-26 01:57:01 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-26 03:49:52 +0100 |
commit | 13cbf2729b13e2bd166d1f1eacd06f754fa6925f (patch) | |
tree | 1560bd616b36c4d2332ed2b555f60f1b9b4eccd2 /community/ws | |
parent | ee6a15487092c261d91d41ed15c207d77bee5bb5 (diff) | |
download | aports-13cbf2729b13e2bd166d1f1eacd06f754fa6925f.tar.bz2 aports-13cbf2729b13e2bd166d1f1eacd06f754fa6925f.tar.xz |
community/ws: upgrade to 7.8.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 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" |