summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamieMagee2022-07-07 00:53:42 +0000
committerJamieMagee2022-07-07 00:53:42 +0000
commit2a21955df4a22c9cf674ce868a26724c12cfc12d (patch)
treed6f1848497d215c44192c13e5a1a3bc768a941f0
parent2be9e5f75ff6a30e4e5df2003641ab7dab3eee46 (diff)
downloadaur-2a21955df4a22c9cf674ce868a26724c12cfc12d.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 009eac9e2967..f0b96af2dccb 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.4590
+ pkgver = 4.0.4629
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.4590/Azure.Functions.Cli.linux-x64.4.0.4590.zip
- b2sums = 9ed7de92d6f323843176f39f2519ebce370e8792ff6e8492c2b8b44d6906783b4ca321d5f1f7ad2e22da56803f0131d02bd2c677ec08147a86a45e16eb22a542
+ source = https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.4629/Azure.Functions.Cli.linux-x64.4.0.4629.zip
+ b2sums = fdbf7b9b696d63573ffd10375659f9b6caa6c751b3b8c875b04d588efc9d3d1d3ce64ae722535a0f9083255bbb038b62dcc249ed4c77932d2992c3983d8e03d4
pkgname = azure-functions-core-tools-bin
diff --git a/PKGBUILD b/PKGBUILD
index 53309e292e9a..2152325aeba7 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.4590 # renovate: datasource=github-tags depName=Azure/azure-functions-core-tools
+pkgver=4.0.4629 # 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=('9ed7de92d6f323843176f39f2519ebce370e8792ff6e8492c2b8b44d6906783b4ca321d5f1f7ad2e22da56803f0131d02bd2c677ec08147a86a45e16eb22a542')
+b2sums=('fdbf7b9b696d63573ffd10375659f9b6caa6c751b3b8c875b04d588efc9d3d1d3ce64ae722535a0f9083255bbb038b62dcc249ed4c77932d2992c3983d8e03d4')
package() {
install -dm 755 "${pkgdir}/usr/lib/${_name}/"