summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2021-09-02 19:36:57 +0100
committerJoaquim Monteiro2021-09-02 19:36:57 +0100
commit720037d0c87d61923da1fa2c0e667b40c51dd129 (patch)
treeb250af3ee64ea29e630a58a3ff7d69c2ad6a6055
parent5c8895d13af000dfacf56c895c642ea22c413f4b (diff)
downloadaur-720037d0c87d61923da1fa2c0e667b40c51dd129.tar.gz
v1.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b65759147153..5bac96c61125 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.5
+ pkgver = 1.2.6
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.5.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v1.2.5.tar.gz
- sha512sums = 09845ebe3dd5b93d570a93543967d527e4830475a04af72e91af97dcb44f974153518f521654866029bf76b84e25d9a748e4cca14c617a9218fc4067a758d17c
+ source = mvt-1.2.6.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v1.2.6.tar.gz
+ sha512sums = b0476c36f54d2e279dfd50079104943b5c22eb16efda8e46fde13a5f9460bdf84e0151cb5abdcb02e2a0eb5e0ce2e8b3047937c367fdca1bc8885c271a01a49d
pkgname = mvt
diff --git a/PKGBUILD b/PKGBUILD
index 51e282a62907..d4c4bc874bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joaquim Monteiro <joaquim.monteiro@protonmail.com>
pkgname=mvt
-pkgver=1.2.5
+pkgver=1.2.6
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=('09845ebe3dd5b93d570a93543967d527e4830475a04af72e91af97dcb44f974153518f521654866029bf76b84e25d9a748e4cca14c617a9218fc4067a758d17c')
+sha512sums=('b0476c36f54d2e279dfd50079104943b5c22eb16efda8e46fde13a5f9460bdf84e0151cb5abdcb02e2a0eb5e0ce2e8b3047937c367fdca1bc8885c271a01a49d')
build() {
cd "mvt-${pkgver}"