summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2021-10-14 19:20:06 +0100
committerJoaquim Monteiro2021-10-14 19:20:06 +0100
commit340370b9f351d00a0132fc7900abd51bb798279b (patch)
treebf47d960840a3b75ec3a2f00c321dec8b8a532be
parent27c05aadc0cb3637d1e5ce05942d863026161f06 (diff)
downloadaur-340370b9f351d00a0132fc7900abd51bb798279b.tar.gz
v1.2.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72965e0b70a7..0255e9c767f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mvt
pkgdesc = Collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices
- pkgver = 1.2.9
+ pkgver = 1.2.11
pkgrel = 1
url = https://github.com/mvt-project/mvt
arch = any
@@ -18,7 +18,7 @@ pkgbase = mvt
depends = python-tqdm
depends = python-requests
depends = python-simplejson
- source = mvt-1.2.9.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v1.2.9.tar.gz
- sha512sums = aebd1203f9130e6b9824c1dfe166be84eab35209c4e97963cf794deefc0b44d277bba92e48ac95a99145dc2aa37e0f0866e560feff271a20211f1eaeb7ee346d
+ source = mvt-1.2.11.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v1.2.11.tar.gz
+ sha512sums = f7cd44a3a041f0206828c48ad757019c2da4dda31402d3a3d356b23332c60db999397e8c336d5ba74b41e2e02204322883af7abb9ce89d33b1b7a1ef495eba4e
pkgname = mvt
diff --git a/PKGBUILD b/PKGBUILD
index b2f4eef0a138..8666b02961c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joaquim Monteiro <joaquim.monteiro@protonmail.com>
pkgname=mvt
-pkgver=1.2.9
+pkgver=1.2.11
pkgrel=1
pkgdesc="Collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices"
arch=(any)
@@ -10,7 +10,7 @@ license=('custom')
depends=('libusb' 'python' 'python-adb_shell' 'python-click' 'python-iosbackup' 'python-libusb1' 'python-packaging' 'python-rich' 'python-tld' 'python-tqdm' 'python-requests' 'python-simplejson')
makedepends=('python-setuptools')
source=("mvt-${pkgver}.tar.gz"::"https://github.com/mvt-project/mvt/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('aebd1203f9130e6b9824c1dfe166be84eab35209c4e97963cf794deefc0b44d277bba92e48ac95a99145dc2aa37e0f0866e560feff271a20211f1eaeb7ee346d')
+sha512sums=('f7cd44a3a041f0206828c48ad757019c2da4dda31402d3a3d356b23332c60db999397e8c336d5ba74b41e2e02204322883af7abb9ce89d33b1b7a1ef495eba4e')
build() {
cd "mvt-${pkgver}"