summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJamie Magee2020-01-17 22:56:09 +0100
committerJamie Magee2020-01-17 22:56:09 +0100
commit6a0c7f42018adb5f75eaf5a86b0bd34da04a42b6 (patch)
tree7345f1cb00cbd873fc5ddcab2d9b7349b6eb42e0 /PKGBUILD
parent10fcdaa3fbb90037afbc1ffe8fbca40692ae2cb4 (diff)
downloadaur-6a0c7f42018adb5f75eaf5a86b0bd34da04a42b6.tar.gz
upgpkg: azure-functions-core-tools-bin 3.0.2009-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 5d41ac6fc70f..8527d34e93ea 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=3.0.1975
+pkgver=3.0.2009
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=('a2d1860d1cb97300077583a570ec63264c7d03d63c1d3dd1a0eeb45072a425e2')
+sha256sums=('4a832a2581b1bad996cdb1439d711d4f6c16afd98d0fe52962acbbce0845ef73')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"