summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2022-09-19 21:05:33 +0000
committerJamieMagee2022-09-19 21:05:33 +0000
commit6fed3bd306225e80e557a6db8a8572170d5370c2 (patch)
tree4a45e6de436c56a10528bf6e54f4ea7f051aa71e
parentfcaa044062d3f338621a2a45f0f6b36f6234cf5f (diff)
downloadaur-6fed3bd306225e80e557a6db8a8572170d5370c2.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 b824e117aad5..735e19c38ddd 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.4736
+ pkgver = 4.0.4785
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.4736/Azure.Functions.Cli.linux-x64.4.0.4736.zip
- b2sums = 88442f04492e261b753c563db031e9ef01eae3e2ecf53379913b1e6b18c7ab91cdf5b0cf89907c64da4bd1a31dd8a2b557aa97454c5d67a1cbb3bbe9d4bccd37
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.4785/Azure.Functions.Cli.linux-x64.4.0.4785.zip
+ b2sums = ba21c898dfce6a91fab8b5186d690e421938d5bcffad12990716bc5b2d956ddc0fc7abc0e57b2b466360f7e69dd6583f9a3cda134dd712315e3823681d91a789
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc954a2be5d4..02e65896a1ff 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.4736 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.4785 # 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=('88442f04492e261b753c563db031e9ef01eae3e2ecf53379913b1e6b18c7ab91cdf5b0cf89907c64da4bd1a31dd8a2b557aa97454c5d67a1cbb3bbe9d4bccd37')
+b2sums=('ba21c898dfce6a91fab8b5186d690e421938d5bcffad12990716bc5b2d956ddc0fc7abc0e57b2b466360f7e69dd6583f9a3cda134dd712315e3823681d91a789')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"