summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2021-03-07 16:54:28 -0800
committerJamie Magee2021-03-07 16:54:28 -0800
commit979e411b500c373387059edf9c755f4bed5af992 (patch)
treeabaafc0cb192ab4905ce6545a5a1ceb0d47fa176
parent663b7db79668162baa1468940089221c6626f5c2 (diff)
downloadaur-979e411b500c373387059edf9c755f4bed5af992.tar.gz
upgpkg: azure-functions-core-tools-bin 3.0.3354-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 4f5f93327863..361618971d06 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.3160
+ pkgver = 3.0.3354
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.3160/Azure.Functions.Cli.linux-x64.3.0.3160.zip
- b2sums = f857375e683e1ef017b550e5e64171cdcb400fa3ebf9c54fc4cf9b17f4e42f7857b63f54634eed30a20e5604aaee33fa6c81de21742bc418d5fe0491a53d8c42
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.3354/Azure.Functions.Cli.linux-x64.3.0.3354.zip
+ b2sums = 49bcb81a469df1182e3870ea2d6c5f0aa97dfbaa92b7b66ac6b9ca4f76335c02c3165a7f2e8744168a60e2abb3078fb14367985d403f8f7e90c53c5533b68763
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index c58d2a5c0ec2..5a9e3fed0dd1 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.3160
+pkgver=3.0.3354
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=('f857375e683e1ef017b550e5e64171cdcb400fa3ebf9c54fc4cf9b17f4e42f7857b63f54634eed30a20e5604aaee33fa6c81de21742bc418d5fe0491a53d8c42')
+b2sums=('49bcb81a469df1182e3870ea2d6c5f0aa97dfbaa92b7b66ac6b9ca4f76335c02c3165a7f2e8744168a60e2abb3078fb14367985d403f8f7e90c53c5533b68763')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"