summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2024-02-16 19:05:42 +0000
committerJamieMagee2024-02-16 19:05:42 +0000
commit4949e9e0020da351c63fc5d0e7ff05ac6208391e (patch)
tree2c0a7000e320cd802d05af21f251ed20afa303c0
parent8c5a79a28c88c95b040cde0ede35ac656b015571 (diff)
downloadaur-4949e9e0020da351c63fc5d0e7ff05ac6208391e.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 ecbe0f4ccb1c..4bb3e78b8972 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.27.0
+ pkgver = 3.28.0
pkgrel = 2
url = https://github.com/azure/azurite
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = azurite-3.27.0.tgz
+ noextract = azurite-3.28.0.tgz
options = !strip
- source = https://registry.npmjs.org/azurite/-/azurite-3.27.0.tgz
- b2sums = 0ff7f24c4cb59fea4a8e75db1e59e57aa48a9dbea9260285ac7e4f790ca9bedb95dcd351fa052602f67cc6368cceba6cc9a83056bacb8045fee3ede528d07cbb
+ source = https://registry.npmjs.org/azurite/-/azurite-3.28.0.tgz
+ b2sums = 6e1796c71c523ae9c13049fc1bc836846a06d864c2546df70744023457cd196039fe048022543c2386682da3d6adc228b776cf7c606eff5aa1de90545819546a
pkgname = nodejs-azurite
diff --git a/PKGBUILD b/PKGBUILD
index afef72dd67c0..8d7640e71216 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.27.0 # renovate: datasource=github-tags depName=Azure/Azurite
+pkgver=3.28.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=('0ff7f24c4cb59fea4a8e75db1e59e57aa48a9dbea9260285ac7e4f790ca9bedb95dcd351fa052602f67cc6368cceba6cc9a83056bacb8045fee3ede528d07cbb')
+b2sums=('6e1796c71c523ae9c13049fc1bc836846a06d864c2546df70744023457cd196039fe048022543c2386682da3d6adc228b776cf7c606eff5aa1de90545819546a')
options=('!strip')
package() {