summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamieMagee2022-06-24 15:57:20 +0000
committerJamieMagee2022-06-24 15:57:20 +0000
commitee262cfd59863e2d733877849aa699cb9c8a19dd (patch)
treee03b8127aa056ff3c48dc95818ddadd038123753 /PKGBUILD
parentabac5fd5e91024ced8b5aeb4f2e135987e93f466 (diff)
downloadaur-ee262cfd59863e2d733877849aa699cb9c8a19dd.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35938ffda5fb..092f76042252 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.17.1 # renovate: datasource=github-tags depName=Azure/Azurite
+pkgver=3.18.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=('e71c29775d04916ccc04d0e3253a9e058458542b5e0145bc6cb0be2f032e189c751fe36d5040356b40481437e6ab00eab8f8bcfa9275fdb45d9fa0bed6a2b5b4')
+b2sums=('857d160cf964b2f1f4500098cf09d82826fb1738746fe2f481f4695ebdafc2bc4822ebd819b7d245ca789c26f174a188ff2f734ab120870babbab7ac5d963095')
package() {
cd "$srcdir"