Package Details: azure-functions-core-tools-bin 4.0.5611-1

Git Clone URL: https://aur.archlinux.org/azure-functions-core-tools-bin.git (read-only, click to copy)
Package Base: azure-functions-core-tools-bin
Description: Command line tools for Azure Functions
Upstream URL: https://github.com/Azure/azure-functions-core-tools
Licenses: MIT
Conflicts: azure-functions-core-tools
Provides: azure-functions-core-tools
Submitter: JamieMagee
Maintainer: JamieMagee
Last Packager: JamieMagee
Votes: 12
Popularity: 0.30
First Submitted: 2018-12-12 20:32 (UTC)
Last Updated: 2024-03-23 02:12 (UTC)

Latest Comments

« First ‹ Previous 1 2

fo.daniel commented on 2019-09-26 13:26 (UTC) (edited on 2019-09-26 13:27 (UTC) by fo.daniel)

Following patch has been verified to work to update:

From 8c574ab3152d54776068d251fb40f9497c749af8 Mon Sep 17 00:00:00 2001
From: Daniel Edgecumbe <daniel.edgecumbe@futureordering.com>
Date: Thu, 26 Sep 2019 15:23:53 +0200
Subject: [PATCH] Update to 2.7.1633

---
 PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 120a42a..3779de6 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.1585
+pkgver=2.7.1633
 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=('d03ee4f78249ac903c0dec32882fc6781dea37bbff4ef53cd18565d23783ccc8')
+sha256sums=('f663de5c8e93ab033a7ab012465194f2ebd7b15d34479b1458db42ad5b65f85a')

 package() {
        install -dm 755 "${pkgdir}/usr/lib/${_name}/"
-- 
2.23.0