partclone: update to 0.3.19.
This commit is contained in:
parent
89e1c0aad7
commit
d670e016fa
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'partclone'
|
# Template file for 'partclone'
|
||||||
pkgname=partclone
|
pkgname=partclone
|
||||||
version=0.3.18
|
version=0.3.19
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
|
configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
|
||||||
|
@ -13,8 +13,8 @@ short_desc="File system clone and restore utilities"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://partclone.org/"
|
homepage="https://partclone.org/"
|
||||||
distfiles="https://github.com/Thomas-Tsai/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/Thomas-Tsai/partclone/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=50070e29c2e00e991a3784f13339347acb46d2a293f43531d1f4f4f0dcb42311
|
checksum=e15e399297b8efd74a4fd19f3caca28e5c1772b051acf7fc311f3c86296bcda4
|
||||||
CFLAGS="-DBTRFS_DISABLE_BACKTRACE"
|
CFLAGS="-DBTRFS_DISABLE_BACKTRACE"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue