summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2022-11-04 17:21:30 +0000
committerJamieMagee2022-11-04 17:21:30 +0000
commit8c7857420f69e05b1cd429bb8de36874fdd577d3 (patch)
tree638bfbe38b3210b6d2924e2cd19cba5f25870dd2
parentc2d86fe6c7875fba8945746ada8e892bbdd83936 (diff)
downloadaur-8c7857420f69e05b1cd429bb8de36874fdd577d3.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 1143bd6a5f9a..4160d95e4085 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.4829
+ pkgver = 4.0.4865
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.4829/Azure.Functions.Cli.linux-x64.4.0.4829.zip
- b2sums = ac8f474accb1c060c12354ba32f09076b43dbb1ce8268fbefedc0acdfafcf5dc8fd469ab50b9f56d7721a3876bf40d7600888fa3790960c4b0fefb726cde9934
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.4865/Azure.Functions.Cli.linux-x64.4.0.4865.zip
+ b2sums = 1cb620457889337bb6a1d22ed8e0a1171e2e8aef910bac37153d1765d22b544bb3d20aa38df5afeb4de34c63f1284af0e8c22928817c1fdf9d70fc5b008136e9
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 271ff3b3ad5f..6950eae7838c 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.4829 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.4865 # 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=('ac8f474accb1c060c12354ba32f09076b43dbb1ce8268fbefedc0acdfafcf5dc8fd469ab50b9f56d7721a3876bf40d7600888fa3790960c4b0fefb726cde9934')
+b2sums=('1cb620457889337bb6a1d22ed8e0a1171e2e8aef910bac37153d1765d22b544bb3d20aa38df5afeb4de34c63f1284af0e8c22928817c1fdf9d70fc5b008136e9')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"