summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-05-13 10:35:15 +0200
committerfxbru2020-05-13 10:35:15 +0200
commitd9332b2da3e4db71d82ef1d70a8be706c677c6bc (patch)
tree99dd4726e8785161adc53d7e96759c2617f848ea
parentdbdd0a50ae58f2871d9ebf00e73e4066bc9a2ce2 (diff)
downloadaur-d9332b2da3e4db71d82ef1d70a8be706c677c6bc.tar.gz
v1.2.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eeba1388ddd..c61639a7dd75 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.10
+ pkgver = 1.2.11
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.10/ApplicationInspector_linux_1.2.10.zip
- sha256sums = 93477FA1338A5C78A9489A1844DDBE26418343033CEE6ED049DC436D2811624E
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.11/ApplicationInspector_linux_1.2.11.zip
+ sha256sums = 1DD2563E8967B2E95380EF6CC66964FA8D425A2584B502B4ABF5BFBD332058EB
pkgname = application-inspector-bin
diff --git a/PKGBUILD b/PKGBUILD
index 73f54812c6f6..f31e137cac47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: François-Xavier Bru <francoisxavier.bru at orange dot com>
pkgname=application-inspector-bin
_pkgname=application-inspector
-pkgver=1.2.10
-pkgrel=1 #2
+pkgver=1.2.11
+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')
url="https://github.com/microsoft/ApplicationInspector"
@@ -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=('93477FA1338A5C78A9489A1844DDBE26418343033CEE6ED049DC436D2811624E')
+sha256sums=('1DD2563E8967B2E95380EF6CC66964FA8D425A2584B502B4ABF5BFBD332058EB')
install=${pkgname}.install
package() {