summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9aa0ca71f0e7..349f3073977e 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.4670 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.4704 # 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=('3ca4e52b696c78563c81c3b618e0c291269fd8aa24115c9cfd3527e9bdcf51cd8ef64fe58cd6738e72a6138cb7ed6feaab38c4b9c0bb4e070fadd2b683d9afa8')
+b2sums=('01bfa4f30352456678d56990679a4ec4f2825211989b84125efc5762c2e311fc3dc7cba06afb9c05d1b5ab31bf5cf33976a89ec06f7ae7c8854fcf13d42cff78')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"