summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-06-04 23:39:41 +0200
committerfxbru2020-06-04 23:39:41 +0200
commitd687f18cfeb7f99a1f6d8b20ce223daa82077f7b (patch)
treef79fef0a915fa8c6b5263ad71e217782017d7352
parent63aa3e352fa7b0d9573eaa3c2ee6fec2185b4424 (diff)
downloadaur-d687f18cfeb7f99a1f6d8b20ce223daa82077f7b.tar.gz
v1.2.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19e5da84bc08..6293366eb47a 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.20
+ pkgver = 1.2.26
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.20/ApplicationInspector_linux_1.2.20.zip
- sha256sums = 32E13B82EA14C0B09EA5ACB3EC21250A9E6F1E47C6F7958A6D3085C9196EEF42
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.26/ApplicationInspector_linux_1.2.26.zip
+ sha256sums = EFC15078B3AC9C1364B946628C57FF4C3A3027B812CB32A1615D829AC58CBD52
pkgname = application-inspector-bin
diff --git a/PKGBUILD b/PKGBUILD
index c004a4a6f52d..6bc25b8fb7d0 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.20
+pkgver=1.2.26
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=('32E13B82EA14C0B09EA5ACB3EC21250A9E6F1E47C6F7958A6D3085C9196EEF42')
+sha256sums=('EFC15078B3AC9C1364B946628C57FF4C3A3027B812CB32A1615D829AC58CBD52')
install=${pkgname}.install
package() {