summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2024-03-16 22:24:21 +0100
committerGianluca Boiano2024-03-16 22:24:21 +0100
commit1f8cf16f220356fa831cfdd23397abe063775e55 (patch)
tree2d0778ddeb74ad3e28fb42ad2d4dce321ac2722c
parentf2a824590ff4b72219133d950b7af85ceb9c081c (diff)
downloadaur-nwipe.tar.gz
nwipe: 0.36
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dd1542f23fc..45e2334279f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwipe
pkgdesc = A fork of the dwipe command that will securely erase disks using a variety of recognised methods
- pkgver = 0.35
- pkgrel = 3
+ pkgver = 0.36
+ pkgrel = 1
url = http://www.andybev.com/index.php/Nwipe
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = nwipe
optdepends = coreutils
optdepends = dmidecode
optdepends = smartmontools
- source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.35.tar.gz
- sha256sums = 323e79a4861f96aed75369a5b9048791a8aca1e72c9d8e1c87531346cba6a7ab
+ source = https://github.com/martijnvanbrummelen/nwipe/archive/v0.36.tar.gz
+ sha256sums = 4165a02fdfbf91a22bf862b35f057d7672052ef02509c97387068b5df6bb5c5b
pkgname = nwipe
diff --git a/PKGBUILD b/PKGBUILD
index bb8d5700d662..9657edc2a52a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: <kfgz at interia dot pl>
pkgname=nwipe
-pkgver=0.35
-pkgrel=3
+pkgver=0.36
+pkgrel=1
pkgdesc="A fork of the dwipe command that will securely erase disks using a variety of recognised methods"
arch=('i686' 'x86_64' 'aarch64')
url="http://www.andybev.com/index.php/Nwipe"
@@ -24,4 +24,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-sha256sums=('323e79a4861f96aed75369a5b9048791a8aca1e72c9d8e1c87531346cba6a7ab')
+sha256sums=('4165a02fdfbf91a22bf862b35f057d7672052ef02509c97387068b5df6bb5c5b')