summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamieMagee2023-08-23 16:58:05 +0000
committerJamieMagee2023-08-23 16:58:05 +0000
commitd2bfa8c3ee8a348903dc2cc8afcec9413e1a17ab (patch)
tree2308328c4929cf1a613afa5ae874a190919784e7 /PKGBUILD
parentfe4b53e99aa5af03ff984fa76cdb7d77e373ad56 (diff)
downloadaur-d2bfa8c3ee8a348903dc2cc8afcec9413e1a17ab.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 235aff813328..0fc90375825d 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.25.1 # renovate: datasource=github-tags depName=Azure/Azurite
+pkgver=3.26.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=('a4122118f21b495955f2edd0e0834967e64e2cb559547943e755a805894c476aa2fb0fead34bb20c6a329e73881afff52788741e59a2fdf5750b339ce6e4c403')
+b2sums=('c0441b156203ea38e5f81855053a95225de988ba9f22625d2306d272448d7dc8cceb66e668db17b7a59720bce0c3721791ce7ad75ae9e9b18439d2ef85d035bb')
options=('!strip')
package() {