summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2019-06-14 11:17:19 +0200
committerJamie Magee2019-06-14 11:17:19 +0200
commit81408de5fb4e5b71d227ae499b86b4ba7ca46b52 (patch)
tree32d7f0879b472b8a76f9e8a7e31b68baccb71fe8
parentb04066d5191ad5646cdcf02801cc7522359824a7 (diff)
downloadaur-81408de5fb4e5b71d227ae499b86b4ba7ca46b52.tar.gz
upgpkg: azure-functions-core-tools-bin 2.7.1373-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 bef373dbd7cd..86e33b12e480 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.1158
+ pkgver = 2.7.1373
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.1158/Azure.Functions.Cli.linux-x64.2.7.1158.zip
- sha256sums = 368ae6a8a4e438faf8029cec5fa66958d369f25b57c26e7c8c094e392844dded
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1373/Azure.Functions.Cli.linux-x64.2.7.1373.zip
+ sha256sums = b515f2e2fa9a0ec08a6f6c505324dc83d8300c09e03a5e223c693d49b209fe26
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 59c33e706cc6..3de9a652e514 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.1158
+pkgver=2.7.1373
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=('368ae6a8a4e438faf8029cec5fa66958d369f25b57c26e7c8c094e392844dded')
+sha256sums=('b515f2e2fa9a0ec08a6f6c505324dc83d8300c09e03a5e223c693d49b209fe26')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"