summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbc9cda60ab6..3c0e59643350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bytewalk
pkgdesc = A firmware extraction tool & binwalk fork
- pkgver = 1.0.0
+ pkgver = 1.0.1
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.0/bytewalk-v1.0.0.tar.gz
- md5sums = b8a8709b05fb20eea30b21c7db364d24
+ source = https://gitlab.com/bytesweep/bytewalk/-/archive/v1.0.1/bytewalk-v1.0.1.tar.gz
+ md5sums = 37fd308931f2290ef3bca98ecc784232
pkgname = bytewalk
diff --git a/PKGBUILD b/PKGBUILD
index ba05dbabf284..1b80af279713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: timetoplatypus <timetoplatypus@protonmail.com>
pkgname=bytewalk
-pkgver=1.0.0
+pkgver=1.0.1
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=("b8a8709b05fb20eea30b21c7db364d24")
+md5sums=("37fd308931f2290ef3bca98ecc784232")
depends=("python")
optdepends=(
'python-pyqtgraph: graph and visualization support'