diff options
author | Jamie Magee | 2020-08-18 16:01:58 +0200 |
---|---|---|
committer | Jamie Magee | 2020-08-18 16:01:58 +0200 |
commit | 23d06ccf6fc211aa83438e8bb82360ddde729ab1 (patch) | |
tree | f60a1017c176f7edb5b80589cbe635f4d7359ac0 | |
parent | 9939154b35639502fca5391eeb9a27363888be24 (diff) | |
download | aur-23d06ccf6fc211aa83438e8bb82360ddde729ab1.tar.gz |
upgpkg: azure-functions-core-tools-bin 3.0.2798-1
upstream release
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = azure-functions-core-tools-bin pkgdesc = Command line tools for Azure Functions - pkgver = 3.0.2630 - pkgrel = 2 + pkgver = 3.0.2798 + pkgrel = 1 url = https://github.com/Azure/azure-functions-core-tools arch = x86_64 license = MIT @@ -9,8 +9,8 @@ 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/3.0.2630/Azure.Functions.Cli.linux-x64.3.0.2630.zip - b2sums = 3bcf06b365740607e64d09e7b579d3be63769e320256761ab4cbae0d3a115ee99bdcc78ee3a3b1d75feaafe2992259bf2fbe9f3a6c4ff408a70cdc3e311ed644 + source = https://github.com/Azure/azure-functions-core-tools/releases/download/3.0.2798/Azure.Functions.Cli.linux-x64.3.0.2798.zip + b2sums = 18a58e00e562237eefbc0c3dc733b9168e079bdab15e9b40a31ddbdd06937a00b04b280fd0dd3c21b82f048ef49a6112b7a9a83bad3b6f13cb538aaeec70232f pkgname = azure-functions-core-tools-bin @@ -1,8 +1,8 @@ # Maintainer: Jamie Magee <jamie dot magee at gmail dot com> _name=azure-functions-core-tools pkgname=$_name-bin -pkgver=3.0.2630 -pkgrel=2 +pkgver=3.0.2798 +pkgrel=1 pkgdesc="Command line tools for Azure Functions" arch=('x86_64') url="https://github.com/Azure/$_name" @@ -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=('3bcf06b365740607e64d09e7b579d3be63769e320256761ab4cbae0d3a115ee99bdcc78ee3a3b1d75feaafe2992259bf2fbe9f3a6c4ff408a70cdc3e311ed644') +b2sums=('18a58e00e562237eefbc0c3dc733b9168e079bdab15e9b40a31ddbdd06937a00b04b280fd0dd3c21b82f048ef49a6112b7a9a83bad3b6f13cb538aaeec70232f') package() { install -dm 755 "${pkgdir}/usr/lib/${_name}/" |