summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-27 10:41:44 +0000
committerGrey Christoforo2019-11-27 10:41:44 +0000
commita1b8f410cfaa1083ce54474e9569d184e8006f8d (patch)
tree9f4241cbe23b38140c928882b2e7344bd3bad71a
parenta281762b5db7bffbb61ee296dc97f5c94387c275 (diff)
downloadaur-a1b8f410cfaa1083ce54474e9569d184e8006f8d.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edbab7f13db7..a4de41fbf63a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-objection
pkgdesc = runtime mobile exploration
- pkgver = 1.7.5
+ pkgver = 1.8.2
pkgrel = 1
url = https://github.com/sensepost/objection
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-objection
depends = python-prompt_toolkit
depends = python-delegator
depends = nodejs
- source = https://github.com/sensepost/objection/archive/1.7.5.tar.gz
- sha256sums = f3caee908f98e3ed2fe5c4e1555c2a85e371aadde8d273b033f5bcbd52617419
+ source = https://github.com/sensepost/objection/archive/1.8.2.tar.gz
+ sha256sums = e32e97e98401bb4708918f752d40009ee2de80444e5ec9297d099e853375dcf1
pkgname = python-objection
diff --git a/PKGBUILD b/PKGBUILD
index ef2f8dcd8b56..d0eace45c543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=python-objection
-pkgver=1.7.5
+pkgver=1.8.2
pkgrel=1
pkgdesc="runtime mobile exploration"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=(python python-flask python-click python-frida python-frida-tools python-tabulate python-prompt_toolkit python-delegator nodejs)
makedepends=('python-setuptools')
source=(https://github.com/sensepost/objection/archive/${pkgver}.tar.gz)
-sha256sums=('f3caee908f98e3ed2fe5c4e1555c2a85e371aadde8d273b033f5bcbd52617419')
+sha256sums=('e32e97e98401bb4708918f752d40009ee2de80444e5ec9297d099e853375dcf1')
prepare() {
cd "$srcdir/objection-$pkgver/"