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 53309e292e9a..2152325aeba7 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.4590 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.4629 # 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=('9ed7de92d6f323843176f39f2519ebce370e8792ff6e8492c2b8b44d6906783b4ca321d5f1f7ad2e22da56803f0131d02bd2c677ec08147a86a45e16eb22a542')
+b2sums=('fdbf7b9b696d63573ffd10375659f9b6caa6c751b3b8c875b04d588efc9d3d1d3ce64ae722535a0f9083255bbb038b62dcc249ed4c77932d2992c3983d8e03d4')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"