summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-05-11 18:03:43 +0200
committerfxbru2020-05-11 18:03:43 +0200
commitdbdd0a50ae58f2871d9ebf00e73e4066bc9a2ce2 (patch)
tree15c6c41cfb5bb7d6c48d4db9dccb030002260c59
parent0c8e9f94d975993429449198802e4b54721281df (diff)
downloadaur-dbdd0a50ae58f2871d9ebf00e73e4066bc9a2ce2.tar.gz
v1.2.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0aba3daedbc..2eeba1388ddd 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.2.7
- pkgrel = 2
+ pkgver = 1.2.10
+ pkgrel = 1
url = https://github.com/microsoft/ApplicationInspector
install = application-inspector-bin.install
arch = x86_64
@@ -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.7/ApplicationInspector_linux_1.2.7.zip
- sha256sums = 1D3BE94661905DEEECED23630FB20977DFEB4BFABFFA16B387A3F625F0CEEC8F
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.10/ApplicationInspector_linux_1.2.10.zip
+ sha256sums = 93477FA1338A5C78A9489A1844DDBE26418343033CEE6ED049DC436D2811624E
pkgname = application-inspector-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5d89a6a3549a..73f54812c6f6 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.7
-pkgrel=2
+pkgver=1.2.10
+pkgrel=1 #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')
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=('1D3BE94661905DEEECED23630FB20977DFEB4BFABFFA16B387A3F625F0CEEC8F')
+sha256sums=('93477FA1338A5C78A9489A1844DDBE26418343033CEE6ED049DC436D2811624E')
install=${pkgname}.install
package() {