summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxbru2020-07-28 17:17:29 +0200
committerfxbru2020-07-28 17:17:29 +0200
commite7054462e84a69efbe4edbcc57e24502125dca37 (patch)
tree9694b6695a682a2539c21e4ec65e5790f7295ddc /PKGBUILD
parent45c92c62ce1ca79c1ae5653f1c70ef7c12e7e2df (diff)
downloadaur-e7054462e84a69efbe4edbcc57e24502125dca37.tar.gz
v1.2.44
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24e76415ee80..89cbe731436f 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.34
+pkgver=1.2.44
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=('35D182337A90383E9A08C09E412E37F39B53AB03C0D6F82CE871434C11296A6E')
+sha256sums=('3615E4CD1037CD4838017ECEBA3A43CEB8BB85DB82BF007363CE29966CA923B5')
install=${pkgname}.install
package() {