nwipe: update to 0.35.

This commit is contained in:
Duncaen 2023-12-20 21:50:56 +01:00
parent 6c1f9edd4e
commit d9bd7b78dc
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 3 additions and 3 deletions

View File

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