summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxbru2020-05-11 18:03:43 +0200
committerfxbru2020-05-11 18:03:43 +0200
commitdbdd0a50ae58f2871d9ebf00e73e4066bc9a2ce2 (patch)
tree15c6c41cfb5bb7d6c48d4db9dccb030002260c59 /PKGBUILD
parent0c8e9f94d975993429449198802e4b54721281df (diff)
downloadaur-dbdd0a50ae58f2871d9ebf00e73e4066bc9a2ce2.tar.gz
v1.2.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d89a6a3549a..73f54812c6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: François-Xavier Bru <francoisxavier.bru at orange dot com>
pkgname=application-inspector-bin
_pkgname=application-inspector
-pkgver=1.2.7
-pkgrel=2
+pkgver=1.2.10
+pkgrel=1 #2
pkgdesc="Microsoft ApplicationInspector is a source code analyzer built for surfacing features of interest and other characteristics to answer the question 'what's in it' using static analysis with a json based rules engine (official CLI binary version)"
arch=('x86_64')
url="https://github.com/microsoft/ApplicationInspector"
@@ -11,7 +11,7 @@ provides=('application-inspector')
depends=(dotnet-runtime)
options=(staticlibs)
source=(https://github.com/microsoft/ApplicationInspector/releases/download/v${pkgver}/ApplicationInspector_linux_${pkgver}.zip)
-sha256sums=('1D3BE94661905DEEECED23630FB20977DFEB4BFABFFA16B387A3F625F0CEEC8F')
+sha256sums=('93477FA1338A5C78A9489A1844DDBE26418343033CEE6ED049DC436D2811624E')
install=${pkgname}.install
package() {