summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85dcfdcde468..caa30b6cd4a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nodejs-azurite
pkgdesc = A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
pkgver = 2.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/azure/azurite
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = nodejs-azurite
depends = npm
noextract = azurite-2.7.0.tgz
source = https://registry.npmjs.org/azurite/-/azurite-2.7.0.tgz
- sha256sums = 2a24c3105b8da19649b2d4b8edfb09cabdbad994f6a9307b131e872cdea24d18
+ b2sums = 71f40437f7cca9b8bf650889ab6bf3ea145d84899adb33b22cd8543dc6bb0c2827af8d0b950ef4791e8bdc72c65d1cb5eda7248b70cca5ae2656b7c6490809d0
pkgname = nodejs-azurite
diff --git a/PKGBUILD b/PKGBUILD
index 902c3cb8a96f..8258f6bbad58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _npmname=azurite
_npmver=2.7.0
pkgname=nodejs-azurite
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies"
arch=(any)
url="https://github.com/azure/azurite"
@@ -12,7 +12,7 @@ depends=('nodejs' 'npm')
optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha256sums=('2a24c3105b8da19649b2d4b8edfb09cabdbad994f6a9307b131e872cdea24d18')
+b2sums=('71f40437f7cca9b8bf650889ab6bf3ea145d84899adb33b22cd8543dc6bb0c2827af8d0b950ef4791e8bdc72c65d1cb5eda7248b70cca5ae2656b7c6490809d0')
package() {
cd "$srcdir"