summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfxbru2020-04-10 21:19:42 +0200
committerfxbru2020-04-10 21:19:42 +0200
commit89b851cc0854213456a33e5c513ea96b4840d24a (patch)
treecc1f684f04bf7dd4a6f72badab6627a2acfc7141 /PKGBUILD
parent4ed9997b8339b6796bc733fbed8983c77840bf23 (diff)
downloadaur-89b851cc0854213456a33e5c513ea96b4840d24a.tar.gz
1.2.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea25fef11b97..60a88c52a068 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.1
+pkgver=1.2.3
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=('F8B8E40B4D74A9F7FDB7C6D645D47BC0975425612F9FDE0E2599EAE33F59B1F5')
+sha256sums=('F1D7F87CF52D252F3D3DA5C9E39BB4D7C2E0A4751A8C62A60EE6F98F69E0BA45')
install=${pkgname}.install
package() {