summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2022-11-17 17:34:00 +0000
committerJamieMagee2022-11-17 17:34:00 +0000
commited0834c17fbfbd0e06b117d531664be3b861e1ba (patch)
tree1cc9a10322da7715941112b9c7e00e0fa6e2e9f5
parent8c7857420f69e05b1cd429bb8de36874fdd577d3 (diff)
downloadaur-ed0834c17fbfbd0e06b117d531664be3b861e1ba.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 4160d95e4085..11cf47de9210 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.4865
+ pkgver = 4.0.4895
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.4865/Azure.Functions.Cli.linux-x64.4.0.4865.zip
- b2sums = 1cb620457889337bb6a1d22ed8e0a1171e2e8aef910bac37153d1765d22b544bb3d20aa38df5afeb4de34c63f1284af0e8c22928817c1fdf9d70fc5b008136e9
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.4895/Azure.Functions.Cli.linux-x64.4.0.4895.zip
+ b2sums = 533a750567b0a28411b665717a557a14d66cb0b3f8800344acfda7bf95b28bd326dbe2cbec791a5f6e44eae0a33aa814bcf9f94c0aa041e2542325896b59ba83
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6950eae7838c..16e707de542b 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.4865 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.4895 # 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=('1cb620457889337bb6a1d22ed8e0a1171e2e8aef910bac37153d1765d22b544bb3d20aa38df5afeb4de34c63f1284af0e8c22928817c1fdf9d70fc5b008136e9')
+b2sums=('533a750567b0a28411b665717a557a14d66cb0b3f8800344acfda7bf95b28bd326dbe2cbec791a5f6e44eae0a33aa814bcf9f94c0aa041e2542325896b59ba83')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"