summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-11-07 20:05:07 +0100
committerbegin-theadventure2023-11-07 20:05:07 +0100
commit6beed94ca28a35dbcc7ebb49d62c7fcd469de67e (patch)
treed79b4448e33c9a43fa46a32b8a6e82024bda1d80
parent0d74605aea00c6b576976ccfe7c6bdc29ff98c06 (diff)
downloadaur-6beed94ca28a35dbcc7ebb49d62c7fcd469de67e.tar.gz
1.9.14, clean up
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD20
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61ad30cf53c..6a2d4bbb8991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.9.10
- pkgrel = 2
+ pkgdesc = A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine (binary release)
+ pkgver = 1.9.14
+ pkgrel = 1
url = https://github.com/microsoft/ApplicationInspector
install = application-inspector-bin.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = application-inspector-bin
provides = application-inspector
conflicts = application-inspector
options = staticlibs
- source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.9.10/ApplicationInspector_linux_1.9.10.zip
- sha256sums = a040b2d88033cd8a20b4a081a6bba446d7c4d8c5e8a3e54dbff12ae225c9d322
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.9.14/ApplicationInspector_linux_1.9.14.zip
+ sha256sums = 409662ea4b1f530910c24aef68896406a93f5d7667e72410d4b51ceaecdd40c7
pkgname = application-inspector-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5ebad8a2d019..333d5977e8c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_pkgname=application-inspector
pkgname=$_pkgname-bin
-pkgver=1.9.10
-pkgrel=2
-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')
+pkgver=1.9.14
+pkgrel=1
+pkgdesc="A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine (binary release)"
url="https://github.com/microsoft/ApplicationInspector"
+arch=('x86_64')
license=('MIT')
-depends=(dotnet-runtime)
-conflicts=($_pkgname)
-provides=($_pkgname)
-options=(staticlibs)
-source=($url/releases/download/v$pkgver/ApplicationInspector_linux_$pkgver.zip)
-sha256sums=('a040b2d88033cd8a20b4a081a6bba446d7c4d8c5e8a3e54dbff12ae225c9d322')
+depends=('dotnet-runtime')
+conflicts=("$_pkgname")
+provides=("$_pkgname")
+options=('staticlibs')
+source=("$url/releases/download/v$pkgver/ApplicationInspector_linux_$pkgver.zip")
+sha256sums=('409662ea4b1f530910c24aef68896406a93f5d7667e72410d4b51ceaecdd40c7')
install=$pkgname.install
package() {