summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2022-08-10 16:32:28 +0000
committerJamieMagee2022-08-10 16:32:28 +0000
commit0dd6636c5673e7598f150c4c5ae847bda34315b7 (patch)
tree4fc586091589f6b60f4c2a98cca5d82df7af4eb0
parentc59db21f180dcc7c9e230a92d3849db9771ab852 (diff)
downloadaur-0dd6636c5673e7598f150c4c5ae847bda34315b7.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60e06589d4e1..9785a1b3a01d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azure-functions-core-tools-bin
pkgdesc = Command line tools for Azure Functions
- pkgver = 4.0.4653
+ pkgver = 4.0.4670
pkgrel = 1
url = https://github.com/Azure/azure-functions-core-tools
arch = x86_64
@@ -9,7 +9,7 @@ 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/4.0.4653/Azure.Functions.Cli.linux-x64.4.0.4653.zip
- b2sums = 0da3a2d7cf996e20a4840bf8ef7719702f1bf087dd1bcc323394a4a669513b62f0b8cf9b471a57a0ccf3e6fd75933c23da52f778ed4bb7501f16c1882da48b97
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.4670/Azure.Functions.Cli.linux-x64.4.0.4670.zip
+ b2sums = 3ca4e52b696c78563c81c3b618e0c291269fd8aa24115c9cfd3527e9bdcf51cd8ef64fe58cd6738e72a6138cb7ed6feaab38c4b9c0bb4e070fadd2b683d9afa8
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 83095a74961d..9aa0ca71f0e7 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=4.0.4653 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.4670 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
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")
-b2sums=('0da3a2d7cf996e20a4840bf8ef7719702f1bf087dd1bcc323394a4a669513b62f0b8cf9b471a57a0ccf3e6fd75933c23da52f778ed4bb7501f16c1882da48b97')
+b2sums=('3ca4e52b696c78563c81c3b618e0c291269fd8aa24115c9cfd3527e9bdcf51cd8ef64fe58cd6738e72a6138cb7ed6feaab38c4b9c0bb4e070fadd2b683d9afa8')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"