summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2020-08-18 16:01:58 +0200
committerJamie Magee2020-08-18 16:01:58 +0200
commit23d06ccf6fc211aa83438e8bb82360ddde729ab1 (patch)
treef60a1017c176f7edb5b80589cbe635f4d7359ac0
parent9939154b35639502fca5391eeb9a27363888be24 (diff)
downloadaur-23d06ccf6fc211aa83438e8bb82360ddde729ab1.tar.gz
upgpkg: azure-functions-core-tools-bin 3.0.2798-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37210830484c..f9bf8562e2b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = azure-functions-core-tools-bin
pkgdesc = Command line tools for Azure Functions
- pkgver = 3.0.2630
- pkgrel = 2
+ pkgver = 3.0.2798
+ pkgrel = 1
url = https://github.com/Azure/azure-functions-core-tools
arch = x86_64
license = MIT
@@ -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.2630/Azure.Functions.Cli.linux-x64.3.0.2630.zip
- b2sums = 3bcf06b365740607e64d09e7b579d3be63769e320256761ab4cbae0d3a115ee99bdcc78ee3a3b1d75feaafe2992259bf2fbe9f3a6c4ff408a70cdc3e311ed644
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2798/Azure.Functions.Cli.linux-x64.3.0.2798.zip
+ b2sums = 18a58e00e562237eefbc0c3dc733b9168e079bdab15e9b40a31ddbdd06937a00b04b280fd0dd3c21b82f048ef49a6112b7a9a83bad3b6f13cb538aaeec70232f
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4ee17e5ca1f0..1de2e8a1a45c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
_name=azure-functions-core-tools
pkgname=$_name-bin
-pkgver=3.0.2630
-pkgrel=2
+pkgver=3.0.2798
+pkgrel=1
pkgdesc="Command line tools for Azure Functions"
arch=('x86_64')
url="https://github.com/Azure/$_name"
@@ -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=('3bcf06b365740607e64d09e7b579d3be63769e320256761ab4cbae0d3a115ee99bdcc78ee3a3b1d75feaafe2992259bf2fbe9f3a6c4ff408a70cdc3e311ed644')
+b2sums=('18a58e00e562237eefbc0c3dc733b9168e079bdab15e9b40a31ddbdd06937a00b04b280fd0dd3c21b82f048ef49a6112b7a9a83bad3b6f13cb538aaeec70232f')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"