nwipe: update to 0.33.

This commit is contained in:
tibequadorian 2022-03-24 00:13:18 +01:00 committed by Leah Neukirchen
parent 1ce70f1f37
commit 89e1c0aad7

View file

@ -1,17 +1,18 @@
# Template file for 'nwipe' # Template file for 'nwipe'
pkgname=nwipe pkgname=nwipe
version=0.32 version=0.33
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake pkg-config" hostmakedepends="automake pkg-config"
makedepends="libuuid-devel libparted-devel ncurses-devel" makedepends="libuuid-devel libparted-devel ncurses-devel"
depends="smartmontools"
short_desc="Utility to securely erase disks" short_desc="Utility to securely erase disks"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://github.com/martijnvanbrummelen/nwipe" homepage="https://github.com/martijnvanbrummelen/nwipe"
changelog="https://raw.githubusercontent.com/martijnvanbrummelen/nwipe/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/martijnvanbrummelen/nwipe/master/CHANGELOG.md"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=40b7a3833d60a28834ccc190174c97a28141fdd43d93652ae93bb4928f567a5c checksum=e771a6d36a6800a5cf0ad460591bfd7fe4c04a908afe3da5fd169c921195e489
CFLAGS="-D_FILE_OFFSET_BITS=64" CFLAGS="-D_FILE_OFFSET_BITS=64"