summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbacteriostat2022-05-21 18:21:53 +0530
committerbacteriostat2022-05-21 18:21:53 +0530
commitfb5f9def5aa765503c480f9395d2e38b458bf35a (patch)
tree002d6f55fee59978b980d581093f5abd25cddc0b /PKGBUILD
parent67836eee671f5cdc3addafefc0cbfddab36857cd (diff)
downloadaur-fb5f9def5aa765503c480f9395d2e38b458bf35a.tar.gz
Updates version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22d499c86d14..963ad1027385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nodejs-serverless
_pkgname=${pkgname#nodejs-}
-pkgver=3.18.0
+pkgver=3.18.1
pkgrel=1
pkgdesc="Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more"
arch=(any)
@@ -14,7 +14,7 @@ optdepends=()
conflicts=('nodejs-serverless-git')
source=(https://registry.npmjs.org/$_pkgname/-/$_pkgname-$pkgver.tgz)
noextract=($_pkgname-$pkgver.tgz)
-sha256sums=('a84b40ffa0318b0b272de3f739a8788d80098e517db6f0ae6b8844c81d60443b')
+sha256sums=('3d035bbdc593e30c2f56abb126fd7fa072eb5e03bd265d2952f2058bc3215d84')
prepare() {
tar -xf "$srcdir/$_pkgname-$pkgver.tgz" --directory "$srcdir" "package/LICENSE.txt"