summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2019-11-14 10:21:29 +0100
committerJamie Magee2019-11-14 10:21:29 +0100
commit06d220b779edd904eaad5a1689e1f30385c8a776 (patch)
treeb03d4c184e5dbc0fade02d5e56ab6cad1d15070d
parenta6076f20e34a0aa8d2fdd2c89f3ba82bf0e20644 (diff)
downloadaur-06d220b779edd904eaad5a1689e1f30385c8a776.tar.gz
upgpkg: azure-functions-core-tools-bin 2.7.1846-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 8c2f1b98ef2d..28115f243af6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-functions-core-tools-bin
pkgdesc = Command line tools for Azure Functions
- pkgver = 2.7.1724
+ pkgver = 2.7.1846
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.7.1724/Azure.Functions.Cli.linux-x64.2.7.1724.zip
- sha256sums = 73e7bebadd394285e93d6f92a96ab6c3f83a02ee1dd0750d1046f40a7ef7c77a
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/2.7.1846/Azure.Functions.Cli.linux-x64.2.7.1846.zip
+ sha256sums = dc0ace5097df49d0537fabb0c58538676ddb32148155441387ec961fb5a74d9c
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7358ba53ae8d..3ac637055f05 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.7.1724
+pkgver=2.7.1846
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=('73e7bebadd394285e93d6f92a96ab6c3f83a02ee1dd0750d1046f40a7ef7c77a')
+sha256sums=('dc0ace5097df49d0537fabb0c58538676ddb32148155441387ec961fb5a74d9c')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"