summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2020-05-22 20:07:49 +0200
committerJamie Magee2020-05-22 20:07:49 +0200
commitc3614fe7ce519061122ba18ab4954be1860a49a7 (patch)
treeb7ceed8e0d12ffada73f4215bfd928001b583f66
parent2180ca87e07d60dd1ae5e307bb2beac6dede9997 (diff)
downloadaur-c3614fe7ce519061122ba18ab4954be1860a49a7.tar.gz
upgpkg: azure-functions-core-tools-bin 3.0.2534-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 a91d2b623cb5..acdd91ea48da 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.2358
+ pkgver = 3.0.2534
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.2358/Azure.Functions.Cli.linux-x64.3.0.2358.zip
- sha256sums = 53430491c4c63b23c094a176605de33499605a173cdf9f690c5465c3941b1715
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2534/Azure.Functions.Cli.linux-x64.3.0.2534.zip
+ sha256sums = fc586243be65cd3295b77fc5539d7339e93fe1dfb8da3168b79d4ebcec9b44ea
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4511e85ac0c1..f37dac957b0b 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.2358
+pkgver=3.0.2534
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=('53430491c4c63b23c094a176605de33499605a173cdf9f690c5465c3941b1715')
+sha256sums=('fc586243be65cd3295b77fc5539d7339e93fe1dfb8da3168b79d4ebcec9b44ea')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"