summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamieMagee2024-06-21 07:00:46 +0000
committerJamieMagee2024-06-21 07:00:46 +0000
commit9a86174a6ca3aa8ed870054b3ee604ecaea7e02d (patch)
tree7e7fb940fb52b5af6b177d554dabc97beda8b61f /PKGBUILD
parentddae2dc75d32732e90891211db81c3d187fcee90 (diff)
downloadaur-9a86174a6ca3aa8ed870054b3ee604ecaea7e02d.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 22b5dd40f3a0..956342071c0d 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.5801 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.5858 # 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=('b1e3f5f6c92d687ad319b0e21a2018eccedeb7fea4486c4302de6806d71fd78b397672505deb79af471f0564f0115d6c2182e5215dde8fb16f9f370a5b3f2104')
+b2sums=('eb4a8f61b661bd932d093b41417972189557b9aebef1eadb45f59f9067779b1a082904a94fcbee1f83427c3c067443e3a618f54f1896d935b654e08c827c2915')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"