summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxbru2020-08-06 22:50:57 +0200
committerfxbru2020-08-06 22:50:57 +0200
commit1d15a1ddb0dd5ba24caa06a35dee351deb884a69 (patch)
tree68570c2b50c1b1fb85f35a38ed41297a04d72a9f /PKGBUILD
parent9f4c88bbd1f4725679f5efc890f204b19b530119 (diff)
downloadaur-1d15a1ddb0dd5ba24caa06a35dee351deb884a69.tar.gz
v1.2.48
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fe79644bb1f..9ad42fb9ccfb 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.45
+pkgver=1.2.48
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=('40073FF6579C26B8BDB46874BC7A26A550DDF9FB4B75FCF85AE0DEC55F83D18D')
+sha256sums=('DE2CF21652186AE9F2AFAC20385C6FED7753C47E5C4D635D6227E841320B8929')
install=${pkgname}.install
package() {