summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-04-09 14:02:20 +0200
committerfxbru2020-04-09 14:02:20 +0200
commitac627a324f547523b9eb1ee2159a4f222faefc41 (patch)
treef2759ddd6e4e8c57664135462de75403adb77a82
parent39f9cdc3245499f9a516ea89d6d75d9db1cd77d6 (diff)
downloadaur-ac627a324f547523b9eb1ee2159a4f222faefc41.tar.gz
1.1.32-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 006673e7e4b2..761d0ea75f8d 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.1.30
+ pkgver = 1.1.32
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.1.30/ApplicationInspector_linux_1.1.30.zip
- sha256sums = 92D119044A91388F412112D03C41B9EA35C9BE01D08BB744387EDFAB1BD1F7A8
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.1.32/ApplicationInspector_linux_1.1.32.zip
+ sha256sums = d04c180a9c64ce909e4920b14d294864b47d1e9a63acaf71d13e9b59d0ddfb86
pkgname = application-inspector-bin
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() {