summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2020-12-12 19:42:29 +0100
committerJamie Magee2020-12-12 19:42:29 +0100
commit663b7db79668162baa1468940089221c6626f5c2 (patch)
tree068d7d030e62bd02944ceeb8a9571ecbebb32bda
parent6ba33a6604ed19995580199b0a1e17db89c03649 (diff)
downloadaur-663b7db79668162baa1468940089221c6626f5c2.tar.gz
upgpkg: azure-functions-core-tools-bin 3.0.3160-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 c124a4c60909..4f5f93327863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-functions-core-tools-bin
pkgdesc = Command line tools for Azure Functions
- pkgver = 3.0.2996
+ pkgver = 3.0.3160
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/3.0.2996/Azure.Functions.Cli.linux-x64.3.0.2996.zip
- b2sums = 4712fed21c8549aa9a1ddbf220c61adca76a52b77c2a3ef0885bebf7a9ba6be915dd63e26c22c6f3ae26e48733ccbeff507e167586948e3c4fc449ed0a24ab23
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3160/Azure.Functions.Cli.linux-x64.3.0.3160.zip
+ b2sums = f857375e683e1ef017b550e5e64171cdcb400fa3ebf9c54fc4cf9b17f4e42f7857b63f54634eed30a20e5604aaee33fa6c81de21742bc418d5fe0491a53d8c42
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index a8ba707bcb73..c58d2a5c0ec2 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.2996
+pkgver=3.0.3160
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")
-b2sums=('4712fed21c8549aa9a1ddbf220c61adca76a52b77c2a3ef0885bebf7a9ba6be915dd63e26c22c6f3ae26e48733ccbeff507e167586948e3c4fc449ed0a24ab23')
+b2sums=('f857375e683e1ef017b550e5e64171cdcb400fa3ebf9c54fc4cf9b17f4e42f7857b63f54634eed30a20e5604aaee33fa6c81de21742bc418d5fe0491a53d8c42')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"