summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimetoplatypus2019-10-01 21:44:19 -0400
committertimetoplatypus2019-10-01 21:44:19 -0400
commit9a8f2b80d992235c25b8d0b81ddb705166db633c (patch)
treeb61275b796b18c503aca0fcd82ad8aab5436bb85 /PKGBUILD
parentbfb4b857704713225dad799164e260a9debc2cde (diff)
downloadaur-9a8f2b80d992235c25b8d0b81ddb705166db633c.tar.gz
Updates to v1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'