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 56d3ae96c5b2..8db6b55db8d1 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.22.0 # renovate: datasource=github-tags depName=Azure/Azurite
+pkgver=3.23.0 # renovate: datasource=github-tags depName=Azure/Azurite
pkgrel=2
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=('d9c8f1743c81059311a3fba292f8220d4f905a62ac39b92af3b590ffcda6855ad27f960025967b3d82bed7ae8abe9a6aa6c9438f9e9c914bce085904584ce313')
+b2sums=('0edf3dc7340081450450679d689f106e1440d186222405933570123e641c0941fcbaee532976bb82f7309910eb59c10d9b563ecb8f561664f4bd6c9dfc6114a3')
options=('!strip')
package() {