summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimetoplatypus2019-09-07 10:58:25 -0400
committertimetoplatypus2019-09-07 10:58:25 -0400
commitbfb4b857704713225dad799164e260a9debc2cde (patch)
treee60616f0d0091dc7f515ee91943963366165e054 /PKGBUILD
parent282342a22b409eb29f6f3434cd22bb9e7c65d628 (diff)
downloadaur-bfb4b857704713225dad799164e260a9debc2cde.tar.gz
Updates to v1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'