summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxbru2020-05-27 10:48:35 +0200
committerfxbru2020-05-27 10:48:35 +0200
commit63aa3e352fa7b0d9573eaa3c2ee6fec2185b4424 (patch)
treeaabffafa2988f9d0de15492c93bff8d8046caebd /PKGBUILD
parent395227ae1893e72fc74d2aff2d4df8be3d2f70de (diff)
downloadaur-63aa3e352fa7b0d9573eaa3c2ee6fec2185b4424.tar.gz
v1.2.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1169680320de..c004a4a6f52d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: François-Xavier Bru <francoisxavier.bru at orange dot com>
pkgname=application-inspector-bin
_pkgname=application-inspector
-pkgver=1.2.13
+pkgver=1.2.20
pkgrel=1
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')
@@ -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=('C77888E20A559F7C52106CB979EDE2C00D50C9C5E058494B297CA82038DB1ED0')
+sha256sums=('32E13B82EA14C0B09EA5ACB3EC21250A9E6F1E47C6F7958A6D3085C9196EEF42')
install=${pkgname}.install
package() {