summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e9aa8697d53..04f87c12e749 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.25
+ pkgver = 0.26
pkgrel = 1
url = http://www.andybev.com/index.php/Nwipe
arch = i686
@@ -9,8 +9,8 @@ pkgbase = nwipe
depends = device-mapper
depends = ncurses
depends = parted
- source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.25.tar.gz
- md5sums = 343290183fffafbc940d623006899c3b
+ source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.26.tar.gz
+ md5sums = 0d53690e6621d1a86abd21db9b2df804
pkgname = nwipe
diff --git a/PKGBUILD b/PKGBUILD
index bf8f13a25fb6..0b031d94e27d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: <kfgz at interia dot pl>
pkgname=nwipe
-pkgver=0.25
+pkgver=0.26
pkgrel=1
pkgdesc="A fork of the dwipe command that will securely erase disks using a variety of recognised methods"
arch=('i686' 'x86_64')
@@ -23,5 +23,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-
-md5sums=('343290183fffafbc940d623006899c3b')
+md5sums=('0d53690e6621d1a86abd21db9b2df804')