summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 092f76042252..f92c4be054d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jamie Magee <jamie DOT magee AT gmail DOT com>
_npmname=azurite
pkgname=nodejs-azurite
-pkgver=3.18.0 # renovate: datasource=github-tags depName=Azure/Azurite
+pkgver=3.19.0 # renovate: datasource=github-tags depName=Azure/Azurite
pkgrel=1
pkgdesc="A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies"
arch=(any)
@@ -11,7 +11,7 @@ depends=('nodejs' 'npm')
optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-b2sums=('857d160cf964b2f1f4500098cf09d82826fb1738746fe2f481f4695ebdafc2bc4822ebd819b7d245ca789c26f174a188ff2f734ab120870babbab7ac5d963095')
+b2sums=('74d8400b23f558b31c82a7e6b33a117c4a2f35b217f35a2c8351db76a8646d46e63b29c8e15b35a14e38474a1119eaf953365bbf0be4bebdde67217235ed9255')
package() {
cd "$srcdir"