summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2024-02-13 11:52:10 +0000
committerScore_Under2024-02-13 11:52:10 +0000
commit5cc4cb470f56190e8a5b8a0ba4bb2bd6bf1b5881 (patch)
tree008680fd171de30a916c60dba33cf8d431621497
parent4cdc233e4b73bc974b69cf46a80f06911b3b1177 (diff)
downloadaur-5cc4cb470f56190e8a5b8a0ba4bb2bd6bf1b5881.tar.gz
Update for v20.60.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177ee0e2ef2c..ee1d694c7b70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = uwebsockets
pkgdesc = Simple, secure & standards compliant web server for the most demanding of applications
- pkgver = 20.37.0
- pkgrel = 3
+ pkgver = 20.60.0
+ pkgrel = 1
url = https://github.com/uNetworking/uWebSockets
arch = x86_64
license = Apache
depends = usockets
- source = uwebsockets-20.37.0.tar.gz::https://github.com/uNetworking/uWebSockets/archive/v20.37.0.tar.gz
+ source = uwebsockets-20.60.0.tar.gz::https://github.com/uNetworking/uWebSockets/archive/v20.60.0.tar.gz
source = uwebsockets.pc
- sha256sums = ea155453c056477a4650ca86c093712af79b19504b6522454331e74743d9bd37
+ sha256sums = eb72223768f93d40038181653ee5b59a53736448a6ff4e8924fd56b2fcdc00db
sha256sums = 5433dee099ea6f6fe97ef200cc19aadc71ca5066d7f5238070c25cd040dfb520
pkgname = uwebsockets
diff --git a/PKGBUILD b/PKGBUILD
index 274c9540112e..2ec4c5e7dc14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgbase=uwebsockets
pkgname=uwebsockets
-pkgver=20.37.0
-pkgrel=3
+pkgver=20.60.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=('x86_64')
source=("$pkgname-$pkgver.tar.gz::https://github.com/uNetworking/uWebSockets/archive/v$pkgver.tar.gz"
"uwebsockets.pc")
-sha256sums=('ea155453c056477a4650ca86c093712af79b19504b6522454331e74743d9bd37'
+sha256sums=('eb72223768f93d40038181653ee5b59a53736448a6ff4e8924fd56b2fcdc00db'
'5433dee099ea6f6fe97ef200cc19aadc71ca5066d7f5238070c25cd040dfb520')
depends=( usockets )