summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlanthora2023-03-30 14:51:11 +0000
committerlanthora2023-03-30 14:51:11 +0000
commit3ebf56b0a8acb1260cd2032201293c27782003eb (patch)
tree0456f52be50811f91bed017fe3a7c2467bfa3a1f
parentb0f3d0d95f1b90286327191386c7d7610bf5a88b (diff)
downloadaur-3ebf56b0a8acb1260cd2032201293c27782003eb.tar.gz
updated to 20.37.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dedf9a696a0..b3f0bb184752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = uwebsockets
pkgdesc = Simple, secure & standards compliant web server for the most demanding of applications
- pkgver = 18.19.0
+ pkgver = 20.37.0
pkgrel = 1
url = https://github.com/uNetworking/uWebSockets
- arch = any
+ arch = x86_64
license = Apache
depends = usockets
- source = uwebsockets-18.19.0.tar.gz::https://github.com/uNetworking/uWebSockets/archive/v18.19.0.tar.gz
- md5sums = 770db1e669f5734fba07c7c7e7a104d9
+ source = uwebsockets-20.37.0.tar.gz::https://github.com/uNetworking/uWebSockets/archive/v20.37.0.tar.gz
+ md5sums = 1fdad53ba3bfea8d9b2bd460d92e6292
pkgname = uwebsockets
-
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() {