summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamie Magee2019-04-30 20:47:45 +0200
committerJamie Magee2019-04-30 20:47:45 +0200
commitc8516c4d8d10eef5d8cb982e9fababc912457ff2 (patch)
tree1d362b21c3cb4dd3ac2655c44425d978cddb0000 /PKGBUILD
parenta8583b94b0b9fa054e17d5dd647637010bad5ccf (diff)
downloadaur-c8516c4d8d10eef5d8cb982e9fababc912457ff2.tar.gz
upgpkg: azure-functions-core-tools-bin 2.6.1080-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 a263585a4b71..745afc0dcaa4 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.6.1071
+pkgver=2.6.1080
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=('355bac4ec116c04db52d4872d01b2eb164c8fb28b2286d45e683588a9d065364')
+sha256sums=('3006ac84ac708dee6f6a8a46bc9b232ea8a362c281310584c0b063b099d1268a')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"