summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-02-06 21:40:46 +0100
committerM0Rf302017-02-06 21:40:46 +0100
commit23ef19ad0596b93d1ac935981b29fca6872389ad (patch)
treeff9edd2cf4a1d0cafab56a88eb121a459bf254b0
parenteb1d28603d4cb535fd4fc099bbf71582e3703e1e (diff)
downloadaur-23ef19ad0596b93d1ac935981b29fca6872389ad.tar.gz
0.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3baa27dd52a1..4cec2d343e8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 21 20:57:33 UTC 2015
+# Mon Feb 6 20:40:26 UTC 2017
pkgbase = nwipe
pkgdesc = A fork of the dwipe command that will securely erase disks using a variety of recognised methods
- pkgver = 0.17
+ pkgver = 0.21
pkgrel = 1
url = http://www.andybev.com/index.php/Nwipe
arch = i686
@@ -11,8 +11,8 @@ pkgbase = nwipe
depends = device-mapper
depends = ncurses
depends = parted
- source = https://github.com/martijnvanbrummelen/nwipe/archive/0.17.tar.gz
- md5sums = 05201bacf469d53177b3c2a3c80fc492
+ source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.21.tar.gz
+ md5sums = 74b47a48c25332f2d817c8a88f2c3026
pkgname = nwipe
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')