summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302017-02-06 21:40:46 +0100
committerM0Rf302017-02-06 21:40:46 +0100
commit23ef19ad0596b93d1ac935981b29fca6872389ad (patch)
treeff9edd2cf4a1d0cafab56a88eb121a459bf254b0 /PKGBUILD
parenteb1d28603d4cb535fd4fc099bbf71582e3703e1e (diff)
downloadaur-23ef19ad0596b93d1ac935981b29fca6872389ad.tar.gz
0.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce64cb17ae50..3208a83e8e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: <kfgz at interia dot pl>
pkgname=nwipe
-pkgver=0.17
+pkgver=0.21
pkgrel=1
pkgdesc="A fork of the dwipe command that will securely erase disks using a variety of recognised methods"
arch=('i686' 'x86_64')
url="http://www.andybev.com/index.php/Nwipe"
depends=('device-mapper' 'ncurses' 'parted')
license=('GPL2')
-source=("https://github.com/martijnvanbrummelen/nwipe/archive/${pkgver}.tar.gz")
+source=("https://github.com/martijnvanbrummelen/nwipe/archive/v${pkgver}.tar.gz")
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
@@ -23,4 +23,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-md5sums=('05201bacf469d53177b3c2a3c80fc492')
+md5sums=('74b47a48c25332f2d817c8a88f2c3026')