summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamieMagee2023-08-08 06:09:50 +0000
committerJamieMagee2023-08-08 06:09:50 +0000
commitfe4b53e99aa5af03ff984fa76cdb7d77e373ad56 (patch)
treed4b12157db8f857632d94ba902beb062150a796e /PKGBUILD
parentca1d26e722d5471fbf47a4e1057e1909a235fb3d (diff)
downloadaur-fe4b53e99aa5af03ff984fa76cdb7d77e373ad56.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 ad6357907c7c..235aff813328 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.0 # renovate: datasource=github-tags depName=Azure/Azurite
+pkgver=3.25.1 # 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=('3032b53000616d196a0c334925e554b5c4d9a1fe80e1ca74c58c61d9de61f5565a71fb28b97af84780f7a93ec79bebbcf2fbf22c06e52b73a0a1ae31d554ed43')
+b2sums=('a4122118f21b495955f2edd0e0834967e64e2cb559547943e755a805894c476aa2fb0fead34bb20c6a329e73881afff52788741e59a2fdf5750b339ce6e4c403')
options=('!strip')
package() {