diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Jamie Magee <jamie dot magee at gmail dot com> _name=azure-functions-core-tools pkgname=$_name-bin -pkgver=3.0.2534 +pkgver=3.0.2630 pkgrel=2 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=('03b22fb69ffbf9cc31bdb92fba6bae07d72c18d0dde3080f7631dc1a6cc5f65472579312110fa6b1763b1b507f99b09076f00dc046ef78e080043b7d068db438') +b2sums=('3bcf06b365740607e64d09e7b579d3be63769e320256761ab4cbae0d3a115ee99bdcc78ee3a3b1d75feaafe2992259bf2fbe9f3a6c4ff408a70cdc3e311ed644') package() { install -dm 755 "${pkgdir}/usr/lib/${_name}/" |