summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2020-06-21 17:51:17 +0200
committerJamie Magee2020-06-21 17:51:17 +0200
commite927a951542327797c68f8eb3d4db44ee26b69c2 (patch)
tree167b26f96b9f85f4257037d1310d0f9b2012d99a
parentc3614fe7ce519061122ba18ab4954be1860a49a7 (diff)
downloadaur-e927a951542327797c68f8eb3d4db44ee26b69c2.tar.gz
upgpkg: azure-functions-core-tools-bin 3.0.2534-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acdd91ea48da..9f8f490d702d 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.2534
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Azure/azure-functions-core-tools
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = azure-functions-core-tools-bin
conflicts = azure-functions-core-tools
options = staticlibs
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
+ b2sums = 03b22fb69ffbf9cc31bdb92fba6bae07d72c18d0dde3080f7631dc1a6cc5f65472579312110fa6b1763b1b507f99b09076f00dc046ef78e080043b7d068db438
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index f37dac957b0b..54477b293af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=azure-functions-core-tools
pkgname=$_name-bin
pkgver=3.0.2534
-pkgrel=1
+pkgrel=2
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")
-sha256sums=('fc586243be65cd3295b77fc5539d7339e93fe1dfb8da3168b79d4ebcec9b44ea')
+b2sums=('03b22fb69ffbf9cc31bdb92fba6bae07d72c18d0dde3080f7631dc1a6cc5f65472579312110fa6b1763b1b507f99b09076f00dc046ef78e080043b7d068db438')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"