summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamieMagee2022-06-03 04:41:49 +0000
committerJamieMagee2022-06-03 04:41:49 +0000
commit1584dc82b4747c3f485698d24c2d0a1047fa02f5 (patch)
tree16a7e8c8bf5f356c87cff41310042ba385c25eb2 /PKGBUILD
parent448b3c3047c84ff8c4c30c2b2501df530ea5b212 (diff)
downloadaur-1584dc82b4747c3f485698d24c2d0a1047fa02f5.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 41bbbad7fa17..ebdf27301f8e 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.3971
+pkgver=4.0.4544 # 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=('af4a060a3bd245fa4a8c6758c9d915f7c3aa65e8d1c6aa5577e016468242d8750572b73334be6cf49a41b2fb613a853fc5db035ed8b2d872bad897a1dc2b1d55')
+b2sums=('aae501353c07d09785b410bd07eb23cb3fb33dd3dbb78659704d1d2a31fc49bd9ebf535b8567db4ed9f2e9191e7f233dcfd73d148c6a0547156d75e44c19e028')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"