summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2024-05-03 02:33:27 +0000
committerJamieMagee2024-05-03 02:33:27 +0000
commit1598278b401c8176eb9e5f7a3865cf5f025b2822 (patch)
tree8c2d14a4d0786ff2331496d0311163f1e4a1d180
parenta8da39980ae26ae55fd0dfa4c2548d5bc8c2b91a (diff)
downloadaur-nodejs-azurite.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35eaa734511e..c55378f20551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodejs-azurite
pkgdesc = A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
- pkgver = 3.29.0
+ pkgver = 3.30.0
pkgrel = 2
url = https://github.com/azure/azurite
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = azurite-3.29.0.tgz
+ noextract = azurite-3.30.0.tgz
options = !strip
- source = https://registry.npmjs.org/azurite/-/azurite-3.29.0.tgz
- b2sums = 5fef5841abbafa2fbca8ab883cc5e1d9f4eef5f00035ba3c5bf023274bcfa76af188c4317ef34050b38934b941d7fa614facbf99583a70a260d87dbf1f886b99
+ source = https://registry.npmjs.org/azurite/-/azurite-3.30.0.tgz
+ b2sums = 77eb276be931617c16d421e16e40c9ab6ba513dbd7f45642596733c3ad8f481707610deac2ea2879b5b1c50b5bb2a0a32baeaafe9c25d42714b4c867fabf20a5
pkgname = nodejs-azurite
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() {