summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamie Magee2019-09-26 15:04:15 +0200
committerJamie Magee2019-09-26 15:04:15 +0200
commit84a9a49715ff1da252de5b02b174f7cbdbe02d2e (patch)
tree0b72f28f16d29b2906da9e45c5bf10f58819c813 /PKGBUILD
parentc3b6c35c6369c334fddc65bacdd0e72eedba4cec (diff)
downloadaur-84a9a49715ff1da252de5b02b174f7cbdbe02d2e.tar.gz
upgpkg: azure-functions-core-tools-bin 2.7.1633-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 120a42adf497..3779de621702 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.7.1585
+pkgver=2.7.1633
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=('d03ee4f78249ac903c0dec32882fc6781dea37bbff4ef53cd18565d23783ccc8')
+sha256sums=('f663de5c8e93ab033a7ab012465194f2ebd7b15d34479b1458db42ad5b65f85a')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"