summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2019-05-06 17:21:34 +0200
committerJamie Magee2019-05-06 17:21:34 +0200
commit098a9187948c52a4dff69ae60880bafdf52779e3 (patch)
tree8793377f5f104a0f932e213bb7b1543421c35dcb
parent5aabab9e5071119a699cb8e2737e3dd1d06b42b0 (diff)
downloadaur-098a9187948c52a4dff69ae60880bafdf52779e3.tar.gz
upgpkg: azure-functions-core-tools-bin 2.7.1149-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 bd5b2eeda426..759177b2f576 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-functions-core-tools-bin
pkgdesc = Command line tools for Azure Functions
- pkgver = 2.6.1106
+ pkgver = 2.7.1149
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.6.1106/Azure.Functions.Cli.linux-x64.2.6.1106.zip
- sha256sums = 80783c96444bae6e1e5254a440060c071399dc9f0cd6cfc9f25a85b46762bc00
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1149/Azure.Functions.Cli.linux-x64.2.7.1149.zip
+ sha256sums = 41825af5bdd49b22e965b724f9c8a7816ff5df211e2579311442ebb4baea0030
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 18f5b9793552..f7208f50fbdb 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.1106
+pkgver=2.7.1149
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=('80783c96444bae6e1e5254a440060c071399dc9f0cd6cfc9f25a85b46762bc00')
+sha256sums=('41825af5bdd49b22e965b724f9c8a7816ff5df211e2579311442ebb4baea0030')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"