summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInder Redni2018-03-30 19:31:51 +0200
committerInder Redni2018-03-30 19:31:51 +0200
commit793a49c5791488d0ab01e64299e064d3bef3609c (patch)
treea63143ef11002f953d30cc1839b08da9dedb2f25
parentf626cd98f09b882d4495e48748c32abeb5b28835 (diff)
downloadaur-793a49c5791488d0ab01e64299e064d3bef3609c.tar.gz
strapi | update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cafc57c7c8cb..2b724e4c7a77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = strapi
pkgdesc = Content Management Framework (headless-CMS) to build powerful API with no effort
- pkgver = 3.0.0.alpha.11
+ pkgver = 3.0.0.alpha.11.2
pkgrel = 2
url = https://strapi.io
arch = any
@@ -9,10 +9,10 @@ pkgbase = strapi
depends = nodejs>=9.0.0
depends = mongodb>=3.4.0
provides = strapi
- noextract = strapi-3.0.0-alpha.11.tgz
- source = https://registry.npmjs.org/strapi/-/strapi-3.0.0-alpha.11.tgz
+ noextract = strapi-3.0.0-alpha.11.2.tgz
+ source = https://registry.npmjs.org/strapi/-/strapi-3.0.0-alpha.11.2.tgz
source = LICENSE
- sha512sums = 9acda878ac90be2bc1bea45e37bf4dde7cde65867f280fe2ac296645d29152b588ae9431882f1b6912f2ca105dd6c9eaee43faa296f3e89eca40063599be0e81
+ sha512sums = 853c866cec80e137eea9e8a09921205eb5d9bc49360d63ed6d5811b40e1421327fd7ca771d83ab9dc2643aad25a7a47ea94fdabf4d8ff2f572c7c92f04652ebe
sha512sums = 07d628c82c22ce8da740a34ad487a20972c51195180ac4cfc957f1367dd1a2b1b7d5e0d93cbaed054f3f279d0ec2e9d837301c84122dff0b9a7903e124906fde
pkgname = strapi
diff --git a/PKGBUILD b/PKGBUILD
index dd92f8124b60..ebd6ba4a9ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Inder Redni <inder@oad.earth>
pkgname=strapi
-pkgver=3.0.0.alpha.11
-_pkgver=3.0.0-alpha.11
+pkgver=3.0.0.alpha.11.2
+_pkgver=3.0.0-alpha.11.2
pkgrel=2
pkgdesc="Content Management Framework (headless-CMS) to build powerful API with no effort"
arch=('any')
@@ -14,7 +14,7 @@ provides=('strapi')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$_pkgver.tgz"
LICENSE)
noextract=($pkgname-$_pkgver.tgz)
-sha512sums=('9acda878ac90be2bc1bea45e37bf4dde7cde65867f280fe2ac296645d29152b588ae9431882f1b6912f2ca105dd6c9eaee43faa296f3e89eca40063599be0e81'
+sha512sums=('853c866cec80e137eea9e8a09921205eb5d9bc49360d63ed6d5811b40e1421327fd7ca771d83ab9dc2643aad25a7a47ea94fdabf4d8ff2f572c7c92f04652ebe'
'07d628c82c22ce8da740a34ad487a20972c51195180ac4cfc957f1367dd1a2b1b7d5e0d93cbaed054f3f279d0ec2e9d837301c84122dff0b9a7903e124906fde')
package() {