summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2018-04-22 10:19:48 -0400
committerWilson E. Alvarez2018-04-22 10:19:48 -0400
commite9a8586799810d27288a3c23c403ffcb5da88e68 (patch)
treeb8ad431d5cbf0dfe0cbb88d7468ca29998c199df
parentad85ae2414521a6e98eed213aeb9df3e73a32826 (diff)
downloadaur-e9a8586799810d27288a3c23c403ffcb5da88e68.tar.gz
v0.14.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e8748abe65..c49f1b0ca022 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 12 12:43:58 UTC 2018
+# Sun Apr 22 14:19:31 UTC 2018
pkgbase = uwebsockets
pkgdesc = µWS is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available
- pkgver = 0.14.6
+ pkgver = 0.14.8
pkgrel = 1
url = https://github.com/uWebSockets/uWebSockets
arch = i686
@@ -16,8 +16,8 @@ pkgbase = uwebsockets
provides = uwebsockets
conflicts = uwebsockets
replaces = uwebsockets
- source = https://github.com/uWebSockets/uWebSockets/archive/v0.14.6.tar.gz
- sha256sums = 4d13fa54d94a29a3441ae510088d74d50ee14345cfd5f2af463545bd7173f22c
+ source = https://github.com/uWebSockets/uWebSockets/archive/v0.14.8.tar.gz
+ sha256sums = 663a22b521c8258e215e34e01c7fcdbbd500296aab2c31d36857228424bb7675
pkgname = uwebsockets
diff --git a/PKGBUILD b/PKGBUILD
index 82e4cdabc8d9..3af6512c0600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=uWebSockets
pkgname=${_gitname,,}
-pkgver=0.14.6
+pkgver=0.14.8
pkgrel=1
pkgdesc="µWS is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available"
#arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -15,7 +15,7 @@ conflicts=('uwebsockets')
provides=('uwebsockets')
replaces=('uwebsockets')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('4d13fa54d94a29a3441ae510088d74d50ee14345cfd5f2af463545bd7173f22c')
+sha256sums=('663a22b521c8258e215e34e01c7fcdbbd500296aab2c31d36857228424bb7675')
#options+=(!strip)
build()