diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 11:55:26 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 12:22:13 +0100 |
commit | e4a9ca168893a11babad3ac1a3714f3ed0f65ad0 (patch) | |
tree | fdbed89c8fda7789f09f056406af2da6460d522c /community/ws | |
parent | 5a8c50bd73fccf01606d80658e5862f79cabb08c (diff) | |
download | aports-e4a9ca168893a11babad3ac1a3714f3ed0f65ad0.tar.bz2 aports-e4a9ca168893a11babad3ac1a3714f3ed0f65ad0.tar.xz |
community/ws: upgrade to 7.9.3
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 e25c7d0ae0..37b82ddd25 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.9.2 +pkgver=7.9.3 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="478aca334cc9e3244f403b88ec4d33fff2f6815b44ecd846d3c58cd763768e4bad50fec0c4ae570ade9aa8450315c3e70df76ed99de76bc93af705f882fefad1 ws-7.9.2.tar.gz" +sha512sums="5339290696e4238d3691849297730992d908a8cae0de2572a80ca32fa90346c73f8919f2bbd2fbc3646b7a3fc766c302a3faf1ae58b5eb573d16a301a33f0545 ws-7.9.3.tar.gz" |