summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2021-11-11 20:19:06 -0800
committerJamie Magee2021-11-11 20:19:06 -0800
commit448b3c3047c84ff8c4c30c2b2501df530ea5b212 (patch)
treee219413188702b81c11437e469e2305dfefa5b22
parent537e0b5fedd3223a5cf811316f59694b2d880148 (diff)
downloadaur-448b3c3047c84ff8c4c30c2b2501df530ea5b212.tar.gz
upgpkg: azure-functions-core-tools-bin 4.0.3971-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 ef4f72119a3d..2684ac888495 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.3734
+ pkgver = 4.0.3971
pkgrel = 1
url = https://github.com/Azure/azure-functions-core-tools
arch = x86_64
@@ -9,7 +9,7 @@ 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.3734/Azure.Functions.Cli.linux-x64.3.0.3734.zip
- b2sums = ad7cc05635cf6302dfaa944f36d6aacaa3146797bcaf2924a47449bbde1fb9a58c287abf0417cf5e61ea456fad86033ed597c3654788e211c7dd1fd17ba6d182
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.3971/Azure.Functions.Cli.linux-x64.4.0.3971.zip
+ b2sums = af4a060a3bd245fa4a8c6758c9d915f7c3aa65e8d1c6aa5577e016468242d8750572b73334be6cf49a41b2fb613a853fc5db035ed8b2d872bad897a1dc2b1d55
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2aa90d0023e4..41bbbad7fa17 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.3734
+pkgver=4.0.3971
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=('ad7cc05635cf6302dfaa944f36d6aacaa3146797bcaf2924a47449bbde1fb9a58c287abf0417cf5e61ea456fad86033ed597c3654788e211c7dd1fd17ba6d182')
+b2sums=('af4a060a3bd245fa4a8c6758c9d915f7c3aa65e8d1c6aa5577e016468242d8750572b73334be6cf49a41b2fb613a853fc5db035ed8b2d872bad897a1dc2b1d55')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"