disorderfs: update to 0.5.3.
Closes #14352. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
024c2817d6
commit
4d3cd55070
1 changed files with 13 additions and 6 deletions
|
@ -1,14 +1,21 @@
|
||||||
# Template file for 'disorderfs'
|
# Template file for 'disorderfs'
|
||||||
pkgname=disorderfs
|
pkgname=disorderfs
|
||||||
version=0.5.2
|
version=0.5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fuse-devel attr-devel"
|
makedepends="attr-devel fuse-devel"
|
||||||
depends="${makedepends}"
|
depends="attr-devel fuse-devel"
|
||||||
short_desc="FUSE filesystem that introduces non-determinism filesystem metadata"
|
short_desc="FUSE filesystem that introduces non-determinism filesystem metadata"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://reproducible-builds.org/tools/"
|
homepage="https://reproducible-builds.org/tools/"
|
||||||
distfiles="http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
#changelog="https://raw.githubusercontent.com/ReproducibleBuilds/disorderfs/master/NEWS"
|
||||||
checksum=4e3234bca33826a1339a61732e9ea29a3f31be2261cbfbaccdb8b47bc36aaa49
|
distfiles="https://github.com/ReproducibleBuilds/disorderfs/archive/${version}.tar.gz"
|
||||||
|
checksum=cac1384475dca7e96d00ebe011036181e83a06c68648de0d84b6e80ec8198caa
|
||||||
|
make_check_target="test"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# Requires permission to perform fuse mounts
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue