[arch-commits] Commit in libwebsockets/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Jan 19 16:29:42 UTC 2020
Date: Sunday, January 19, 2020 @ 16:29:42
Author: jelle
Revision: 553158
upgpkg: libwebsockets 3.2.2-1
Upstream update
Modified:
libwebsockets/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-19 15:28:53 UTC (rev 553157)
+++ PKGBUILD 2020-01-19 16:29:42 UTC (rev 553158)
@@ -2,7 +2,7 @@
# Contributor: Jingbei Li <i at jingbei.li>
pkgname=libwebsockets
-pkgver=3.2.0
+pkgver=3.2.2
pkgrel=1
pkgdesc="C library for websocket clients and servers"
arch=('x86_64')
@@ -10,8 +10,8 @@
depends=('openssl')
makedepends=('cmake')
license=('LGPL')
-source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz")
-sha256sums=('5e731c536a20d9c03ae611631db073f05cd77bf0906a8c30d2a13638d4c8c667')
+source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
+sha256sums=('166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list