summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamieMagee2024-05-03 02:33:27 +0000
committerJamieMagee2024-05-03 02:33:27 +0000
commit1598278b401c8176eb9e5f7a3865cf5f025b2822 (patch)
tree8c2d14a4d0786ff2331496d0311163f1e4a1d180 /PKGBUILD
parenta8da39980ae26ae55fd0dfa4c2548d5bc8c2b91a (diff)
downloadaur-1598278b401c8176eb9e5f7a3865cf5f025b2822.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 0d863a63b382..0deede818f79 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.29.0 # renovate: datasource=github-tags depName=Azure/Azurite
+pkgver=3.30.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=('5fef5841abbafa2fbca8ab883cc5e1d9f4eef5f00035ba3c5bf023274bcfa76af188c4317ef34050b38934b941d7fa614facbf99583a70a260d87dbf1f886b99')
+b2sums=('77eb276be931617c16d421e16e40c9ab6ba513dbd7f45642596733c3ad8f481707610deac2ea2879b5b1c50b5bb2a0a32baeaafe9c25d42714b4c867fabf20a5')
options=('!strip')
package() {