summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-04-10 14:32:23 +0200
committerfxbru2020-04-10 14:32:23 +0200
commit4ed9997b8339b6796bc733fbed8983c77840bf23 (patch)
treea0214d137dd555276bc043d6e125f77cc645825a
parentac627a324f547523b9eb1ee2159a4f222faefc41 (diff)
downloadaur-4ed9997b8339b6796bc733fbed8983c77840bf23.tar.gz
1.2.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 761d0ea75f8d..7298c7bd8533 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.32
+ pkgver = 1.2.1
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.32/ApplicationInspector_linux_1.1.32.zip
- sha256sums = d04c180a9c64ce909e4920b14d294864b47d1e9a63acaf71d13e9b59d0ddfb86
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.1/ApplicationInspector_linux_1.2.1.zip
+ sha256sums = F8B8E40B4D74A9F7FDB7C6D645D47BC0975425612F9FDE0E2599EAE33F59B1F5
pkgname = application-inspector-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6504f4c7ca7e..ea25fef11b97 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.32
+pkgver=1.2.1
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=('d04c180a9c64ce909e4920b14d294864b47d1e9a63acaf71d13e9b59d0ddfb86')
+sha256sums=('F8B8E40B4D74A9F7FDB7C6D645D47BC0975425612F9FDE0E2599EAE33F59B1F5')
install=${pkgname}.install
package() {