summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimetoplatypus2019-10-01 21:44:19 -0400
committertimetoplatypus2019-10-01 21:44:19 -0400
commit9a8f2b80d992235c25b8d0b81ddb705166db633c (patch)
treeb61275b796b18c503aca0fcd82ad8aab5436bb85
parentbfb4b857704713225dad799164e260a9debc2cde (diff)
downloadaur-bytewalk.tar.gz
Updates to v1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c0e59643350..c70c14190bc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bytewalk
pkgdesc = A firmware extraction tool & binwalk fork
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://gitlab.com/bytesweep/bytewalk
arch = any
@@ -26,8 +26,8 @@ pkgbase = bytewalk
optdepends = sleuthkit: forensic analysis support
provides = bytewalk
conflicts = bytewalk
- source = https://gitlab.com/bytesweep/bytewalk/-/archive/v1.0.1/bytewalk-v1.0.1.tar.gz
- md5sums = 37fd308931f2290ef3bca98ecc784232
+ source = https://gitlab.com/bytesweep/bytewalk/-/archive/v1.0.2/bytewalk-v1.0.2.tar.gz
+ md5sums = 9dce1d7eb189b8f39bb682cdfc29e4c2
pkgname = bytewalk
diff --git a/PKGBUILD b/PKGBUILD
index 1b80af279713..e55f1ac101e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: timetoplatypus <timetoplatypus@protonmail.com>
pkgname=bytewalk
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A firmware extraction tool & binwalk fork"
arch=("any")
url="https://gitlab.com/bytesweep/bytewalk"
license=("MIT")
source=("https://gitlab.com/bytesweep/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=("37fd308931f2290ef3bca98ecc784232")
+md5sums=("9dce1d7eb189b8f39bb682cdfc29e4c2")
depends=("python")
optdepends=(
'python-pyqtgraph: graph and visualization support'