summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2022-06-03 04:41:49 +0000
committerJamieMagee2022-06-03 04:41:49 +0000
commit1584dc82b4747c3f485698d24c2d0a1047fa02f5 (patch)
tree16a7e8c8bf5f356c87cff41310042ba385c25eb2
parent448b3c3047c84ff8c4c30c2b2501df530ea5b212 (diff)
downloadaur-1584dc82b4747c3f485698d24c2d0a1047fa02f5.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 2684ac888495..304af9d253ce 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.3971
+ pkgver = 4.0.4544
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.3971/Azure.Functions.Cli.linux-x64.4.0.3971.zip
- b2sums = af4a060a3bd245fa4a8c6758c9d915f7c3aa65e8d1c6aa5577e016468242d8750572b73334be6cf49a41b2fb613a853fc5db035ed8b2d872bad897a1dc2b1d55
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.4544/Azure.Functions.Cli.linux-x64.4.0.4544.zip
+ b2sums = aae501353c07d09785b410bd07eb23cb3fb33dd3dbb78659704d1d2a31fc49bd9ebf535b8567db4ed9f2e9191e7f233dcfd73d148c6a0547156d75e44c19e028
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 41bbbad7fa17..ebdf27301f8e 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.3971
+pkgver=4.0.4544 # 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=('af4a060a3bd245fa4a8c6758c9d915f7c3aa65e8d1c6aa5577e016468242d8750572b73334be6cf49a41b2fb613a853fc5db035ed8b2d872bad897a1dc2b1d55')
+b2sums=('aae501353c07d09785b410bd07eb23cb3fb33dd3dbb78659704d1d2a31fc49bd9ebf535b8567db4ed9f2e9191e7f233dcfd73d148c6a0547156d75e44c19e028')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"