summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2018-03-07 08:17:50 -0500
committerWilson E. Alvarez2018-03-07 08:17:50 -0500
commit7df8bdd0bfecb54499100454978545c868aeccee (patch)
tree853e06c2d48bb4a28b7671aa4259f618d89aa4b0
parent920e4a2f681292d502dabaae46f43edb4b3a450b (diff)
downloadaur-7df8bdd0bfecb54499100454978545c868aeccee.tar.gz
v0.14.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b2020d8c31e..e0e77c5ad498 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 4 15:17:51 UTC 2017
+# Wed Mar 7 13:17:38 UTC 2018
pkgbase = uwebsockets
pkgdesc = µWS is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available
- pkgver = 0.14.3
+ pkgver = 0.14.5
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.3.tar.gz
- sha256sums = 22f8e1a69ffec8c0e50251fe34d7788330af241b7fd92b5a3542f57884fcf2f8
+ source = https://github.com/uWebSockets/uWebSockets/archive/v0.14.5.tar.gz
+ sha256sums = 4e4a4bcde543baae57ca8f327304874d1bb1fb11b2c4f71618d2b3279003f2d5
pkgname = uwebsockets
diff --git a/PKGBUILD b/PKGBUILD
index 7df616f63648..bb860a0ba109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=uWebSockets
pkgname=${_gitname,,}
-pkgver=0.14.3
+pkgver=0.14.5
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=('22f8e1a69ffec8c0e50251fe34d7788330af241b7fd92b5a3542f57884fcf2f8')
+sha256sums=('4e4a4bcde543baae57ca8f327304874d1bb1fb11b2c4f71618d2b3279003f2d5')
#options+=(!strip)
build()