summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2019-03-29 14:14:08 +0100
committerJamie Magee2019-03-29 14:14:08 +0100
commitd3491884ed04092aba606017dff5ec5c0bf39f30 (patch)
treef7db92144ea9e2641a23c3bb1b09ba8990ebb4d6
parentcc88d4c10ff3ccdfd972f51f163e205b1ed3d11f (diff)
downloadaur-d3491884ed04092aba606017dff5ec5c0bf39f30.tar.gz
upgpkg: azure-functions-core-tools-bin 2.4.498-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 24b53fc7b699..a7e67f22be01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-functions-core-tools-bin
pkgdesc = Command line tools for Azure Functions
- pkgver = 2.4.419
+ pkgver = 2.4.498
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/2.4.419/Azure.Functions.Cli.linux-x64.2.4.419.zip
- sha256sums = 3e651b20e59a9f53c7546a315b25ea129ed8256840c8eea2d7a54c72b5c70481
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/2.4.498/Azure.Functions.Cli.linux-x64.2.4.498.zip
+ sha256sums = f2273e09fc5f7dadb2ec13df7f53024fde5952e77386690745c02afcc308d5cf
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2fc31e87fb20..ed2cc4afa4c3 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=2.4.419
+pkgver=2.4.498
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=('3e651b20e59a9f53c7546a315b25ea129ed8256840c8eea2d7a54c72b5c70481')
+sha256sums=('f2273e09fc5f7dadb2ec13df7f53024fde5952e77386690745c02afcc308d5cf')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"