summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamieMagee2023-02-24 06:03:19 +0000
committerJamieMagee2023-02-24 06:03:19 +0000
commitf050cde4d182749d2b51a6f0f11e36fa3c35e114 (patch)
tree933b46f52d474e2012868095d4ee992229de5d95 /PKGBUILD
parentcea59c959c9d2bd00319bb464fadb54d8dda1a1a (diff)
downloadaur-f050cde4d182749d2b51a6f0f11e36fa3c35e114.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 cc65533226e0..b06853530ad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
_name=azure-functions-core-tools
pkgname=$_name-bin
-pkgver=4.0.4915 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.5030 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
pkgrel=1
pkgdesc="Command line tools for Azure Functions"
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=($_name)
optdepends=('dotnet-runtime: to install extensions') # https://github.com/Azure/azure-functions-core-tools/issues/367
options=('staticlibs')
source=("https://github.com/Azure/${_name}/releases/download/${pkgver}/Azure.Functions.Cli.linux-x64.${pkgver}.zip")
-b2sums=('72a660344264e40d98df3bc0db413881b4856fe12d6d4b27c14da8b7f165fe579affd00a85fca91becc0a931afbd5aedb8883ccbbe0e0e54f05084f0e72440c6')
+b2sums=('156a69a0687ad1d64c8343eb9ddab83470cc2cadce1aa93e1fd4a31caa9d1d289f9626c35df9ab30190cfcc38818db64877981cc0d26b9363a8262dbe5b3d7d5')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"