summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbegin-theadventure2023-08-19 20:07:14 +0200
committerbegin-theadventure2023-08-19 20:07:14 +0200
commit60d30ebe50e50e0d039353caa747f9c2587e2bc3 (patch)
tree26c890754b992e511fed922ef4270004aabf6444 /PKGBUILD
parent286a9c31497787b7282522d813481db7bf1de254 (diff)
downloadaur-60d30ebe50e50e0d039353caa747f9c2587e2bc3.tar.gz
Adopt Package, 1.9.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50451dcf393c..d7a28ef0cdc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: François-Xavier Bru <francoisxavier.bru at orange dot com>
+# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
+# Contributor: François-Xavier Bru <francoisxavier.bru at orange dot com>
+
pkgname=application-inspector-bin
_pkgname=application-inspector
-pkgver=1.2.83
+pkgver=1.9.10
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 +13,7 @@ provides=('application-inspector')
depends=(dotnet-runtime)
options=(staticlibs)
source=(https://github.com/microsoft/ApplicationInspector/releases/download/v${pkgver}/ApplicationInspector_linux_${pkgver}.zip)
-sha256sums=('03D872A361557E4FE176F8F1BA355E94595E0584E8BC583C7B291FB62A268434')
+sha256sums=('a040b2d88033cd8a20b4a081a6bba446d7c4d8c5e8a3e54dbff12ae225c9d322')
install=${pkgname}.install
package() {