summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlanthora2023-03-30 14:51:11 +0000
committerlanthora2023-03-30 14:51:11 +0000
commit3ebf56b0a8acb1260cd2032201293c27782003eb (patch)
tree0456f52be50811f91bed017fe3a7c2467bfa3a1f /PKGBUILD
parentb0f3d0d95f1b90286327191386c7d7610bf5a88b (diff)
downloadaur-3ebf56b0a8acb1260cd2032201293c27782003eb.tar.gz
updated to 20.37.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25d5869aa746..44f5ba6f6580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
+# Maintainer: lanthora <lanthora at outlook dot com>
# Maintainer epsilonKNOT <epsilon.aur@epsilonKNOT.xyz>
pkgbase=uwebsockets
pkgname=uwebsockets
-pkgver=18.19.0
+pkgver=20.37.0
pkgrel=1
pkgdesc="Simple, secure & standards compliant web server for the most demanding of applications"
url="https://github.com/uNetworking/uWebSockets"
license=('Apache')
-arch=('any')
+arch=('x86_64')
source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/uNetworking/uWebSockets/archive/v${pkgver}.tar.gz" )
-md5sums=('770db1e669f5734fba07c7c7e7a104d9')
+md5sums=('1fdad53ba3bfea8d9b2bd460d92e6292')
depends=( usockets )
package() {