summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2019-09-04 13:12:59 +0200
committerJamie Magee2019-09-04 13:12:59 +0200
commitc3b6c35c6369c334fddc65bacdd0e72eedba4cec (patch)
tree6f591bb2958ab3b29791c0fc1e37a32b276ed1c1
parent62c7db6c39cbe988b89c92d1112413fab9f5e6ee (diff)
downloadaur-c3b6c35c6369c334fddc65bacdd0e72eedba4cec.tar.gz
upgpkg: azure-functions-core-tools-bin 2.7.1585-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 c13915e04147..14cd5acefe6a 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.1575
+ pkgver = 2.7.1585
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.1575/Azure.Functions.Cli.linux-x64.2.7.1575.zip
- sha256sums = d873b08f2bcd58535ced6411ac012713ae94842283bfc454f988e072498c9801
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1585/Azure.Functions.Cli.linux-x64.2.7.1585.zip
+ sha256sums = d03ee4f78249ac903c0dec32882fc6781dea37bbff4ef53cd18565d23783ccc8
pkgname = azure-functions-core-tools-bin
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}/"