summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2021-08-15 20:22:54 +0100
committerJoaquim Monteiro2021-08-15 20:22:54 +0100
commit55adb884fe3367264104753110f87fd2b7b74f4f (patch)
tree2b0d11fa382b3d1a499b3d22b2087270702b1a5a
parent84b2a44c2661d38da19326e4091d7f67e8a210a8 (diff)
downloadaur-55adb884fe3367264104753110f87fd2b7b74f4f.tar.gz
v1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ff73297c5da..e6c7864d0bda 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.0.17
+ pkgver = 1.1.0
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.0.17.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v1.0.17.tar.gz
- sha512sums = 39027b419bb07634d1c31a57264f2fbba2d0f9b446ee588a5be42431bb85504fa676c5d087b252f23351c06e9090173a856895df0311116649db26c82cf5c0a7
+ source = mvt-1.1.0.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v1.1.0.tar.gz
+ sha512sums = 3f5e30c9613da541a29af4109973045c0aa3cc21768fefabff28e7287ed6d14826a761de081befba4e540301f56b7635fb185edddd841b8fa1cb7169b3418749
pkgname = mvt
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}"