summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxbru2020-04-09 14:02:20 +0200
committerfxbru2020-04-09 14:02:20 +0200
commitac627a324f547523b9eb1ee2159a4f222faefc41 (patch)
treef2759ddd6e4e8c57664135462de75403adb77a82 /PKGBUILD
parent39f9cdc3245499f9a516ea89d6d75d9db1cd77d6 (diff)
downloadaur-ac627a324f547523b9eb1ee2159a4f222faefc41.tar.gz
1.1.32-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef9eeb4bb7a3..6504f4c7ca7e 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.1.30
+pkgver=1.1.32
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=('92D119044A91388F412112D03C41B9EA35C9BE01D08BB744387EDFAB1BD1F7A8')
+sha256sums=('d04c180a9c64ce909e4920b14d294864b47d1e9a63acaf71d13e9b59d0ddfb86')
install=${pkgname}.install
package() {