summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamie Magee2019-09-04 13:12:59 +0200
committerJamie Magee2019-09-04 13:12:59 +0200
commitc3b6c35c6369c334fddc65bacdd0e72eedba4cec (patch)
tree6f591bb2958ab3b29791c0fc1e37a32b276ed1c1 /PKGBUILD
parent62c7db6c39cbe988b89c92d1112413fab9f5e6ee (diff)
downloadaur-c3b6c35c6369c334fddc65bacdd0e72eedba4cec.tar.gz
upgpkg: azure-functions-core-tools-bin 2.7.1585-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 bcd1d386a791..120a42adf497 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.1575
+pkgver=2.7.1585
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=('d873b08f2bcd58535ced6411ac012713ae94842283bfc454f988e072498c9801')
+sha256sums=('d03ee4f78249ac903c0dec32882fc6781dea37bbff4ef53cd18565d23783ccc8')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"