summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-10-29 13:31:18 +0200
committerM0Rf302021-10-29 13:31:18 +0200
commit4372a90d056d847e5bff396738e595efccf9dabc (patch)
tree28b8ff6bf59b20bea2095ee228d84a3221073718
parent093166888be65ecc355e188da495c9d144fed5e3 (diff)
downloadaur-4372a90d056d847e5bff396738e595efccf9dabc.tar.gz
nwipe: 0.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf780478fbe1..a073a9365611 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwipe
pkgdesc = A fork of the dwipe command that will securely erase disks using a variety of recognised methods
- pkgver = 0.31
+ pkgver = 0.32
pkgrel = 1
url = http://www.andybev.com/index.php/Nwipe
arch = i686
@@ -11,7 +11,7 @@ pkgbase = nwipe
depends = parted
optdepends = dmidecode
optdepends = smartmontools
- source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.31.tar.gz
- sha256sums = de12644aa475e993db8ee70355f17937eccbe4daef35c9aa2b0cfe30f07020aa
+ source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.32.tar.gz
+ sha256sums = 40b7a3833d60a28834ccc190174c97a28141fdd43d93652ae93bb4928f567a5c
pkgname = nwipe
diff --git a/PKGBUILD b/PKGBUILD
index 113eb055ae44..b7ffd7677dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: <kfgz at interia dot pl>
pkgname=nwipe
-pkgver=0.31
+pkgver=0.32
pkgrel=1
pkgdesc="A fork of the dwipe command that will securely erase disks using a variety of recognised methods"
arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-sha256sums=('de12644aa475e993db8ee70355f17937eccbe4daef35c9aa2b0cfe30f07020aa')
+sha256sums=('40b7a3833d60a28834ccc190174c97a28141fdd43d93652ae93bb4928f567a5c')