summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxbru2020-09-29 09:14:16 +0200
committerfxbru2020-09-29 09:14:16 +0200
commitabc8eade789d2f8c4db70cb9dc7f5926acb0c9cd (patch)
treee34596df3ae6c8c78e66823ac54ecbcbb6825d5d /PKGBUILD
parent00951f2d209a785da46b4da0044ca9b6ca07ff3e (diff)
downloadaur-abc8eade789d2f8c4db70cb9dc7f5926acb0c9cd.tar.gz
v1.2.75
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b1ab76d2263..a1f1d8766c44 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.61
+pkgver=1.2.75
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=('98D54C664397352EEDB4B86EE2BAE7F7D332A836B6476F5343116A478051A27E')
+sha256sums=('E98E39D6782E6EC43B945C1D04BC392C0BBF85CCE94C0DFACB145111156D8E62')
install=${pkgname}.install
package() {