summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92d1b27170f8..8796e882e4a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=ixwebsocket
-pkgver=11.4.4
+pkgver=11.4.5
pkgrel=1
pkgdesc="websocket and http client and server library, with TLS support and very few dependencies"
url="https://github.com/machinezone/IXWebSocket"
license=('BSD-3-Clause')
arch=('x86_64' 'aarch64' 'armv7h' 'riscv64')
source=("https://github.com/machinezone/IXWebSocket/archive/refs/tags/v$pkgver.tar.gz" )
-sha256sums=('9ef7fba86a91ce18693451466ddc54b1e0c4a7dc4466c3028d888d6d55dde539')
+sha256sums=('c5fc225edec32bf7d583e55347ef2c9c4940d005c13ef5e848354a85602f5fd6')
makedepends=('cmake' 'make' 'gcc')
depends=('openssl')