summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-09-30 11:24:09 +0200
committerfxbru2020-09-30 11:24:09 +0200
commit286a9c31497787b7282522d813481db7bf1de254 (patch)
treeff49551cc538969daa9ff239650b168c909b5234
parentabc8eade789d2f8c4db70cb9dc7f5926acb0c9cd (diff)
downloadaur-286a9c31497787b7282522d813481db7bf1de254.tar.gz
v1.2.83
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c40854e53d..9064e6671703 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.75
+ pkgver = 1.2.83
pkgrel = 1
url = https://github.com/microsoft/ApplicationInspector
install = application-inspector-bin.install
@@ -9,8 +9,8 @@ pkgbase = application-inspector-bin
depends = dotnet-runtime
provides = application-inspector
options = staticlibs
- source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.75/ApplicationInspector_linux_1.2.75.zip
- sha256sums = E98E39D6782E6EC43B945C1D04BC392C0BBF85CCE94C0DFACB145111156D8E62
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.83/ApplicationInspector_linux_1.2.83.zip
+ sha256sums = 03D872A361557E4FE176F8F1BA355E94595E0584E8BC583C7B291FB62A268434
pkgname = application-inspector-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1f1d8766c44..50451dcf393c 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.75
+pkgver=1.2.83
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=('E98E39D6782E6EC43B945C1D04BC392C0BBF85CCE94C0DFACB145111156D8E62')
+sha256sums=('03D872A361557E4FE176F8F1BA355E94595E0584E8BC583C7B291FB62A268434')
install=${pkgname}.install
package() {