summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe392a0b4127..a6dab1854672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Paul Mattal <pjmattal@elys.com>
pkgname=dcfldd
-pkgver=1.9
+pkgver=1.9.1
pkgrel=1
pkgdesc='DCFL (DoD Computer Forensics Lab) dd replacement with hashing'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/resurrecting-open-source-projects/dcfldd/'
license=('GPL')
depends=('glibc')
source=($pkgname-$pkgver.tar.gz::"https://github.com/resurrecting-open-source-projects/dcfldd/archive/v$pkgver.tar.gz")
-sha256sums=('87ebc6e40b1fcec96895eaf0effba4a024ee1431c8fb65af567b46ea604d2e8e')
+sha256sums=('efb9406b7186cbe6c3edf8ff438ff37c915b21dad026bd27ee4f4cc5a6644bd8')
prepare() {
cd $pkgname-$pkgver