bcache-tools: update to 1.1.

This commit is contained in:
David Flatz 2021-02-04 18:33:54 +01:00 committed by Érico Nogueira Rolim
parent 5420db88d8
commit 8967edea4c
3 changed files with 8 additions and 17 deletions

View file

@ -1,11 +0,0 @@
--- bcache.c
+++ bcache.c
@@ -115,7 +115,7 @@ static const uint64_t crc_table[256] = {
0x9AFCE626CE85B507ULL
};
-inline uint64_t crc64(const void *_data, size_t len)
+uint64_t crc64(const void *_data, size_t len)
{
uint64_t crc = 0xFFFFFFFFFFFFFFFFULL;
const unsigned char *data = _data;

View file

@ -1,17 +1,18 @@
# Template file for 'bcache-tools'
pkgname=bcache-tools
version=1.0.8
version=1.1
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="libblkid-devel"
makedepends="libuuid-devel libblkid-devel libsmartcols-devel"
short_desc="User space tools for the bcache hybrid storage system"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3"
license="GPL-2.0-only"
homepage="https://bcache.evilpiepirate.org/"
distfiles="https://github.com/g2p/${pkgname}/archive/v${version}.tar.gz"
checksum=d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/blkid"
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/snapshot/bcache-tools-${version}.tar.gz"
checksum=d1c92274ae03b414dd1a05277bf89dd2a8395496c692e3b143d9e6112d3421f8
python_version=3
pre_install() {
vmkdir usr/bin

View file

@ -0,0 +1 @@
site="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/"