mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
duperemove: update to 0.15.2.
This commit is contained in:
parent
fdd9e0614a
commit
2e205e3f79
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/dbfile.h
|
|
||||||
+++ b/dbfile.h
|
|
||||||
@@ -7,6 +7,8 @@
|
|
||||||
#include <stdbool.h>
|
|
||||||
#include "util.h"
|
|
||||||
|
|
||||||
+#include <sys/types.h>
|
|
||||||
+
|
|
||||||
struct filerec;
|
|
||||||
struct block_csum;
|
|
||||||
struct extent_csum;
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'duperemove'
|
# Template file for 'duperemove'
|
||||||
pkgname=duperemove
|
pkgname=duperemove
|
||||||
version=0.13
|
version=0.15.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="sqlite-devel libglib-devel libgcrypt-devel"
|
makedepends="sqlite-devel libglib-devel libgcrypt-devel libbsd-devel xxHash-devel"
|
||||||
short_desc="Tools for deduping file systems"
|
short_desc="Tools for deduping file systems"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/markfasheh/duperemove"
|
homepage="https://github.com/markfasheh/duperemove"
|
||||||
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
||||||
checksum=65fc972339965976cf617ed430ece86dc64c2695b2017db058413aa098f1da89
|
checksum=27809aa91b7b9b7d0810e5329614bf80af2c48e917781e682a3fbcf61fa274da
|
||||||
|
|
||||||
# The makefile tries to use git to guess if these aren't set.
|
# The makefile tries to use git to guess if these aren't set.
|
||||||
export VERSION="${version}" IS_RELEASE=1
|
export VERSION="${version}" IS_RELEASE=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue