summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2021-12-29 01:26:05 +0000
committerJoaquim Monteiro2021-12-29 01:26:05 +0000
commit5568b2004c88eb36bb975a3e40530b275a4c109a (patch)
treed940db24cabab2539f0cdd1a6e2646a2b0b4e4e7
parent73d4c9b7f2f712832c30227d46d6b5560bf3e8c8 (diff)
downloadaur-5568b2004c88eb36bb975a3e40530b275a4c109a.tar.gz
v1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bbffaa2993c..304427512114 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.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/mvt-project/mvt
arch = any
@@ -8,7 +8,7 @@ pkgbase = mvt
makedepends = python-setuptools
depends = libusb
depends = python
- depends = python-adb_shell
+ depends = python-adb-shell
depends = python-click
depends = python-iosbackup
depends = python-libusb1
@@ -18,9 +18,9 @@ pkgbase = mvt
depends = python-tqdm
depends = python-requests
depends = python-simplejson
- source = mvt-1.4.0.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v1.4.0.tar.gz
+ source = mvt-1.4.1.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v1.4.1.tar.gz
source = deps.patch
- sha512sums = a878536b70543dd29db5ca8ca50eecd17b58b29d2e055a6870f46a788c8db35d5168790f6dcc7d7a1893b6c88c6d9f7b347ca88edb7e339a3823e7ed50cfe5ac
+ sha512sums = 07d09e9aaa82668f377c2fa6d46bcfb41e536ac9e2b2dd090f492c4892f616b6895effa606cc7e813a58c34e0768cde2fde68b98b1e75eec4e6837a739dd00ea
sha512sums = a58446d6d969e1f64c972a3c4bef50cef22be2f7d5a1b3032ec8beb1dd46e24836a337ceb895caaa3ceac8f7fd7cb118538833abb47fba98427a904eb8407b49
pkgname = mvt
diff --git a/PKGBUILD b/PKGBUILD
index 1aabc81a7607..8259e3911515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Joaquim Monteiro <joaquim.monteiro@protonmail.com>
pkgname=mvt
-pkgver=1.4.0
+pkgver=1.4.1
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)
url="https://github.com/mvt-project/mvt"
license=('custom')
-depends=('libusb' 'python' 'python-adb_shell' 'python-click' 'python-iosbackup' 'python-libusb1' 'python-packaging' 'python-rich' 'python-tld-git>=0.12.6' 'python-tqdm' 'python-requests' 'python-simplejson')
+depends=('libusb' 'python' 'python-adb-shell' 'python-click' 'python-iosbackup' 'python-libusb1' 'python-packaging' 'python-rich' 'python-tld-git>=0.12.6' '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"
deps.patch)
-sha512sums=('a878536b70543dd29db5ca8ca50eecd17b58b29d2e055a6870f46a788c8db35d5168790f6dcc7d7a1893b6c88c6d9f7b347ca88edb7e339a3823e7ed50cfe5ac'
+sha512sums=('07d09e9aaa82668f377c2fa6d46bcfb41e536ac9e2b2dd090f492c4892f616b6895effa606cc7e813a58c34e0768cde2fde68b98b1e75eec4e6837a739dd00ea'
'a58446d6d969e1f64c972a3c4bef50cef22be2f7d5a1b3032ec8beb1dd46e24836a337ceb895caaa3ceac8f7fd7cb118538833abb47fba98427a904eb8407b49')
prepare() {