summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fracker, Jr2019-01-28 14:18:42 -0600
committerMartin Fracker, Jr2019-01-28 14:18:42 -0600
commit37160481a539e6db27a78a265ca50b7a6db56240 (patch)
treef11373539be4fa80381b92f1041479741762c08b
parenta39e6e586d6a30391d1d892a015cef7a79ed80ca (diff)
downloadaur-37160481a539e6db27a78a265ca50b7a6db56240.tar.gz
Update version to v2.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eff2c41e688..841db1591990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nodejs-create-nuxt-app
pkgdesc = Create a Nuxt.js project in seconds
- pkgver = 2.1.1
- pkgrel = 2
+ pkgver = 2.2.3
+ pkgrel = 1
url = https://github.com/nuxt-community/create-nuxt-app
arch = any
license = MIT
makedepends = npm
provides = create-nuxt-app
- source = https://registry.npmjs.org/create-nuxt-app/-/create-nuxt-app-2.1.1.tgz
+ source = https://registry.npmjs.org/create-nuxt-app/-/create-nuxt-app-2.2.3.tgz
source = LICENSE::https://raw.githubusercontent.com/nuxt-community/create-nuxt-app/master/LICENSE
sha256sums = 64206d2117ee6a23e8459e919a0be1d70733fc6a26954f988f0022ea4359b30b
sha256sums = 62203251d328f41a3c67da864559761824bff3940fa3a46af3530e81d112fc8d
diff --git a/PKGBUILD b/PKGBUILD
index 76180b8a64d4..abbd72b30772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=nodejs-create-nuxt-app
_pkgname=create-nuxt-app
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
pkgdesc="Create a Nuxt.js project in seconds"
arch=("any")
url="https://github.com/nuxt-community/create-nuxt-app"
@@ -14,7 +14,7 @@ makedepends=("npm")
source=("https://registry.npmjs.org/create-nuxt-app/-/$_pkgname-$pkgver.tgz"
"LICENSE::https://raw.githubusercontent.com/nuxt-community/create-nuxt-app/master/LICENSE"
)
-sha256sums=('64206d2117ee6a23e8459e919a0be1d70733fc6a26954f988f0022ea4359b30b'
+sha256sums=('037c0d4014365b00f6170abf5aacccc5f25bc57748fe36eb3eeea8c56b809992'
'62203251d328f41a3c67da864559761824bff3940fa3a46af3530e81d112fc8d')
package() {