summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-05-05 11:11:55 +0200
committerfxbru2020-05-05 11:11:55 +0200
commitb131d19fe0dcaffed2ba4b8eb97cc7254373b523 (patch)
tree7d04558e6c081fe8ec9976ecb3e29ce953c77725
parent89b851cc0854213456a33e5c513ea96b4840d24a (diff)
downloadaur-b131d19fe0dcaffed2ba4b8eb97cc7254373b523.tar.gz
v1.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5185669e059..a6bfee001d62 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.3
+ pkgver = 1.2.6
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.3/ApplicationInspector_linux_1.2.3.zip
- sha256sums = F1D7F87CF52D252F3D3DA5C9E39BB4D7C2E0A4751A8C62A60EE6F98F69E0BA45
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.6/ApplicationInspector_linux_1.2.6.zip
+ sha256sums = E82B8154A3841A0E3235C7AE99A22B15BBB82B9D3640D13F6E36A984CC0E8A44
pkgname = application-inspector-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60a88c52a068..87aa723910fc 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.3
+pkgver=1.2.6
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=('F1D7F87CF52D252F3D3DA5C9E39BB4D7C2E0A4751A8C62A60EE6F98F69E0BA45')
+sha256sums=('E82B8154A3841A0E3235C7AE99A22B15BBB82B9D3640D13F6E36A984CC0E8A44')
install=${pkgname}.install
package() {