summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902022-08-15 11:40:16 +0200
committerfrancoism902022-08-15 11:40:16 +0200
commita61b323af45d5bd7d35f3d5c0dbc494e2010cb6c (patch)
tree06a04ad703cc4e1c14330bac3f437930eba56fdb
parent30dea1f23cf4b362525a3069b15683f292aa5a51 (diff)
downloadaur-a61b323af45d5bd7d35f3d5c0dbc494e2010cb6c.tar.gz
Bump to 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91bd314b23bb..18aa61eb8690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = soketi
pkgdesc = Just another simple, fast, and resilient open-source WebSockets server.
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/soketi/soketi
arch = any
@@ -8,8 +8,8 @@ pkgbase = soketi
makedepends = npm
makedepends = jq
depends = nodejs
- noextract = soketi-1.2.0.tar.gz
- source = https://registry.npmjs.org/@soketi/soketi/-/soketi-1.2.0.tgz
+ noextract = soketi-1.3.0.tar.gz
+ source = https://registry.npmjs.org/@soketi/soketi/-/soketi-1.3.0.tgz
sha512sums = 23b2849a65ed379f78ea541a7d6b7be59c9a9a1c6750191aa0d7e4c8d5250cb06cc8d38439caf1c2ef5066dd5984ad4e8ad7f34bf75de5e554d95df07baab1fd
pkgname = soketi
diff --git a/PKGBUILD b/PKGBUILD
index 4dcb61834e84..af1c238d002f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_npmname=@soketi/soketi
pkgname=soketi
pkgdesc='Just another simple, fast, and resilient open-source WebSockets server.'
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
arch=('any')
url='https://github.com/soketi/soketi'