summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2019-08-08 13:10:18 +0200
committerJamie Magee2019-08-08 13:10:18 +0200
commit9d828627ea605107399c22fe5d73fccd37b21e55 (patch)
tree87a69fe71a2082098c82b926a1b2c967e56fa7fa
parentd3e098f27296cdf8bdda1615441e658fc16868f5 (diff)
downloadaur-9d828627ea605107399c22fe5d73fccd37b21e55.tar.gz
upgpkg: azure-functions-core-tools-bin 2.7.1524-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77aca99142f2..5b9b724066e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-functions-core-tools-bin
pkgdesc = Command line tools for Azure Functions
- pkgver = 2.7.1480
+ pkgver = 2.7.1524
pkgrel = 1
url = https://github.com/Azure/azure-functions-core-tools
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = azure-functions-core-tools-bin
provides = azure-functions-core-tools
conflicts = azure-functions-core-tools
options = staticlibs
- source = https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1480/Azure.Functions.Cli.linux-x64.2.7.1480.zip
- sha256sums = e64a42177e97c75fda86821dbb7594903745beee83182e851a545dc8b9eb158a
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1524/Azure.Functions.Cli.linux-x64.2.7.1524.zip
+ sha256sums = feba477937d1eb4fef6553bf4e412b32f8e9a216192e59cfa491c93b05cf74cf
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 86c5d83adc4e..ac2565a6447f 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.1480
+pkgver=2.7.1524
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=('e64a42177e97c75fda86821dbb7594903745beee83182e851a545dc8b9eb158a')
+sha256sums=('feba477937d1eb4fef6553bf4e412b32f8e9a216192e59cfa491c93b05cf74cf')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"