summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamie Magee2019-04-01 11:58:22 +0200
committerJamie Magee2019-04-01 11:58:22 +0200
commitbde8d9f44420c0a062438b672c4ec2d76e50b20e (patch)
tree92cee5290fb9769a318cefbe1d48b83036e14994 /PKGBUILD
parentd3491884ed04092aba606017dff5ec5c0bf39f30 (diff)
downloadaur-bde8d9f44420c0a062438b672c4ec2d76e50b20e.tar.gz
upgpkg: azure-functions-core-tools-bin 2.5.553-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed2cc4afa4c3..d29bc5067261 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=2.4.498
+pkgver=2.5.553
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")
-sha256sums=('f2273e09fc5f7dadb2ec13df7f53024fde5952e77386690745c02afcc308d5cf')
+sha256sums=('766c33f2fd135be8fc5fa202ade8ef6ffdd03b3d340ca71926ec9984ff788532')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"