summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-08-19 20:07:14 +0200
committerbegin-theadventure2023-08-19 20:07:14 +0200
commit60d30ebe50e50e0d039353caa747f9c2587e2bc3 (patch)
tree26c890754b992e511fed922ef4270004aabf6444
parent286a9c31497787b7282522d813481db7bf1de254 (diff)
downloadaur-60d30ebe50e50e0d039353caa747f9c2587e2bc3.tar.gz
Adopt Package, 1.9.10
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9064e6671703..b231ff72e713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = application-inspector-bin
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)
- pkgver = 1.2.83
+ pkgver = 1.9.10
pkgrel = 1
url = https://github.com/microsoft/ApplicationInspector
install = application-inspector-bin.install
@@ -9,8 +9,7 @@ pkgbase = application-inspector-bin
depends = dotnet-runtime
provides = application-inspector
options = staticlibs
- source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.83/ApplicationInspector_linux_1.2.83.zip
- sha256sums = 03D872A361557E4FE176F8F1BA355E94595E0584E8BC583C7B291FB62A268434
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.9.10/ApplicationInspector_linux_1.9.10.zip
+ sha256sums = a040b2d88033cd8a20b4a081a6bba446d7c4d8c5e8a3e54dbff12ae225c9d322
pkgname = application-inspector-bin
-
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() {