summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2021-09-23 11:30:46 -0700
committerJamie Magee2021-09-23 11:30:46 -0700
commit537e0b5fedd3223a5cf811316f59694b2d880148 (patch)
tree54797d02a1c65acd9a7d9112c471b17c37806d06
parentc346a7cf988e0462d1bb1bf6c7b16d85d44a3279 (diff)
downloadaur-537e0b5fedd3223a5cf811316f59694b2d880148.tar.gz
upgpkg: azure-functions-core-tools-bin 3.0.3734-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 77da6bb8e1a6..ef4f72119a3d 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.3568
+ pkgver = 3.0.3734
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.3568/Azure.Functions.Cli.linux-x64.3.0.3568.zip
- b2sums = f0bcbafc1f95de2af624e6c75509f7e054b20f49d5c136edfe0615ff7ea2f2b12169261874528a211c73b01861db3d76be1eaa5d7e3d09d3787913e2c75faec6
+ 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
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index ba1ac1f5411c..2aa90d0023e4 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.3568
+pkgver=3.0.3734
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=('f0bcbafc1f95de2af624e6c75509f7e054b20f49d5c136edfe0615ff7ea2f2b12169261874528a211c73b01861db3d76be1eaa5d7e3d09d3787913e2c75faec6')
+b2sums=('ad7cc05635cf6302dfaa944f36d6aacaa3146797bcaf2924a47449bbde1fb9a58c287abf0417cf5e61ea456fad86033ed597c3654788e211c7dd1fd17ba6d182')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"