summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2018-03-12 08:44:15 -0400
committerWilson E. Alvarez2018-03-12 08:44:15 -0400
commitad85ae2414521a6e98eed213aeb9df3e73a32826 (patch)
treeec5f9076e5b526b20e8a497e6d195b4937828142
parent7df8bdd0bfecb54499100454978545c868aeccee (diff)
downloadaur-ad85ae2414521a6e98eed213aeb9df3e73a32826.tar.gz
v0.14.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0e77c5ad498..16e8748abe65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 7 13:17:38 UTC 2018
+# Mon Mar 12 12:43:58 UTC 2018
pkgbase = uwebsockets
pkgdesc = µWS is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available
- pkgver = 0.14.5
+ pkgver = 0.14.6
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.5.tar.gz
- sha256sums = 4e4a4bcde543baae57ca8f327304874d1bb1fb11b2c4f71618d2b3279003f2d5
+ source = https://github.com/uWebSockets/uWebSockets/archive/v0.14.6.tar.gz
+ sha256sums = 4d13fa54d94a29a3441ae510088d74d50ee14345cfd5f2af463545bd7173f22c
pkgname = uwebsockets
diff --git a/PKGBUILD b/PKGBUILD
index bb860a0ba109..82e4cdabc8d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=uWebSockets
pkgname=${_gitname,,}
-pkgver=0.14.5
+pkgver=0.14.6
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=('4e4a4bcde543baae57ca8f327304874d1bb1fb11b2c4f71618d2b3279003f2d5')
+sha256sums=('4d13fa54d94a29a3441ae510088d74d50ee14345cfd5f2af463545bd7173f22c')
#options+=(!strip)
build()