summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54a504471a1c..2d79240f1f68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joaquim Monteiro <joaquim.monteiro@protonmail.com>
pkgname=mvt
-pkgver=1.0.17
+pkgver=1.1.0
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-adb_shell' 'python' 'python-biplist' 'python-click' 'python-iosbackup' 'python-libusb1' '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=('39027b419bb07634d1c31a57264f2fbba2d0f9b446ee588a5be42431bb85504fa676c5d087b252f23351c06e9090173a856895df0311116649db26c82cf5c0a7')
+sha512sums=('3f5e30c9613da541a29af4109973045c0aa3cc21768fefabff28e7287ed6d14826a761de081befba4e540301f56b7635fb185edddd841b8fa1cb7169b3418749')
build() {
cd "mvt-${pkgver}"