summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamieMagee2024-03-11 20:49:17 +0000
committerJamieMagee2024-03-11 20:49:17 +0000
commitacdb6b1bd66dd4b9e68d8ddc82f106939b7e16a7 (patch)
tree8b9681a197e689c1f473bcc9164c4ac4681cb02e /PKGBUILD
parenta7fcfc2801a9d129d37ca25873cf927958b7f4b9 (diff)
downloadaur-acdb6b1bd66dd4b9e68d8ddc82f106939b7e16a7.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 e8666a6f3fae..3023c97ef321 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.5530 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.5571 # 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=('3d4aa17c26f25d31b6e9d9e018ef5d654875d02912be27350dfe5bda29a3924981f89895b26967e7844519b70d71a847d139b85dcdbca00e7c95eefc1daacc46')
+b2sums=('02e6c2a995d5582598bac987195d57b78b6be3d2442b87dec06d48ea200c702956b86374698258588570b018ba766069ace3062ae224ca04f710ffebe091ef4e')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"