summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-07-28 18:03:46 +0200
committerfxbru2020-07-28 18:03:46 +0200
commit9f4c88bbd1f4725679f5efc890f204b19b530119 (patch)
tree81827135573f5fcd20396dca0e000bebe47a08f6
parente7054462e84a69efbe4edbcc57e24502125dca37 (diff)
downloadaur-9f4c88bbd1f4725679f5efc890f204b19b530119.tar.gz
v1.2.45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3806a73c251d..26bfcbf5a7cd 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.44
+ pkgver = 1.2.45
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.44/ApplicationInspector_linux_1.2.44.zip
- sha256sums = 3615E4CD1037CD4838017ECEBA3A43CEB8BB85DB82BF007363CE29966CA923B5
+ source = https://github.com/microsoft/ApplicationInspector/releases/download/v1.2.45/ApplicationInspector_linux_1.2.45.zip
+ sha256sums = 40073FF6579C26B8BDB46874BC7A26A550DDF9FB4B75FCF85AE0DEC55F83D18D
pkgname = application-inspector-bin
diff --git a/PKGBUILD b/PKGBUILD
index 89cbe731436f..7fe79644bb1f 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.44
+pkgver=1.2.45
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,11 +11,11 @@ provides=('application-inspector')
depends=(dotnet-runtime)
options=(staticlibs)
source=(https://github.com/microsoft/ApplicationInspector/releases/download/v${pkgver}/ApplicationInspector_linux_${pkgver}.zip)
-sha256sums=('3615E4CD1037CD4838017ECEBA3A43CEB8BB85DB82BF007363CE29966CA923B5')
+sha256sums=('40073FF6579C26B8BDB46874BC7A26A550DDF9FB4B75FCF85AE0DEC55F83D18D')
install=${pkgname}.install
package() {
- _pkg=ApplicationInspector_${pkgver}
+ _pkg=ApplicationInspector_linux_${pkgver}
install -d "${pkgdir}/usr/bin"
install -d "${pkgdir}/opt/${_pkgname}"