summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-16 21:48:52 +0100
committerFelix Golatofski2020-02-16 21:48:52 +0100
commit2e58d19000ff3dc3f4d989b57e4d112850845073 (patch)
tree66400c3022d8d31269a5accce77e3adaf068f2a0
parentfa92e7b2186f2727f2c564e36a2ade88a7d72c43 (diff)
downloadaur-2e58d19000ff3dc3f4d989b57e4d112850845073.tar.gz
Updated .SRCINFO
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43d8ab3fa96f..77bff54920b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = viper-framework
pkgdesc = Stable version of Viper the Binary Analysis Framework
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 5
url = https://github.com/botherder/viper
install = viper-framework.install
@@ -17,7 +17,6 @@ pkgbase = viper-framework
depends = python2-requests
depends = python2-sqlalchemy
depends = python2-prettytable
- depends = python2-magic
depends = python2-pydeep
depends = ssdeep
depends = python2-ssdeep
@@ -26,11 +25,11 @@ pkgbase = viper-framework
depends = python2-crypto
depends = python2-olefile
depends = python2-oletools
- source = viper-framework-1.2.tar.gz::https://github.com/botherder/viper/archive/v1.2.tar.gz
+ source = viper-framework-1.3.tar.gz::https://github.com/botherder/viper/archive/v1.3.tar.gz
source = viper-cli
source = viper-web
source = viper-api
- sha512sums = 07ed69479a472a9c909ea57661af33fc8f5a50df4e3af627658dea26d1e5e7f0fef5baef783a4042506e4eb702e757dea8da8e7fd3002d0ae77c053d9f74aee2
+ sha512sums = 48250758cdac0fe007cddb34060f45e43762b670528f43e7a82b9c4c4f4696d43b9e25843a9615e94ea2324b47c7b49ed9613d70bd79a6a27670dc5b102717e9
sha512sums = df73eff87c692a5ba1d76e7ae70c8eac6c5de4075a3ee35e80297bad9d71fce413875825b87a36639d649e19224fcb1abadf1aa42c3dc33f8dcd208efd3bf8e9
sha512sums = 5dd06dfbdd1c3363bdfef3d69e9c32340e0ec897770f1a17de0a5bbe5726dfba5003fea7e9a2124d3d960b83efbe4ac1bf72be7dc4ee24d60bdc924714e3aa7a
sha512sums = cbc6009447fc57245fac4b1143402306bc6979c5031f2589a085134d0219b248682ed7355a4766335bb61e027f6d7b1ee9154fe78a3ebb88ed36275a4d4077da
diff --git a/PKGBUILD b/PKGBUILD
index de4b490e6d5f..f76e89d17389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=("BSD")
depends=(
"python2-pyexiftool" "python2-pylzma" "python2-bottle" "python2-pyelftools"
"python2-bitstring" "python2-dnspython" "python2-m2crypto" "python2-pyasn1"
- "python2-requests" "python2-sqlalchemy" "python2-prettytable" "python2-magic"
+ "python2-requests" "python2-sqlalchemy" "python2-prettytable"
"python2-pydeep" "ssdeep" "python2-ssdeep" "python2-beautifulsoup4"
"python2-pefile" "python2-crypto" "python2-olefile" "python2-oletools")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/botherder/viper/archive/v${pkgver}.tar.gz" "viper-cli" "viper-web" "viper-api")