partclone: 0.2.89 -> 0.3.13

This commit is contained in:
Danny Rawlins 2019-10-23 22:31:14 +11:00
parent 82dd44cec2
commit caf01749a1
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34iCknPUrRvQiyM3rkYj8V0VxQdVAhvxBexGNConA5PKmUFCyjLpcBY4aL5uBrULY0kDaaMwdYSwXphZqffwqQQ=
SHA256 (Pkgfile) = 14554059c66005372d74e416e3fe3a05f2ce313731c5e9ae6c2930c67a8c1a14
RWSagIOpLGJF3zuY/UKVfMGnzQVBP78PRBdv6tvZFgWC9iFSTGiYaB+Fa3+7vOgLCVg1BfUK0/p89Pr8WUx6E4G0qCiwxoeBDAU=
SHA256 (Pkgfile) = cb6164dc2d8ae4415dff80181fbca7f59adcab545f5ceefbb647588db91c5a34
SHA256 (.footprint) = 6005e4f93d011b32c697ea47e3f458c0324fdc1d6daba327dcbd19f0c3abcf89
SHA256 (partclone-0.2.89.tar.gz) = 32cffdfcb1dcb56d46289ae23228ed3c38a2121654a6209850e9fbe65ea428c6
SHA256 (partclone-0.3.13.tar.gz) = 442c6b59fe33445cfd951e07eafc6dd441611e0f6225a13ab19774622feac92d

View File

@ -1,17 +1,18 @@
# Description: Utilities to save and restore used blocks on a partition.
# URL: https://partclone.org/
# Packager: Danny Rawlins, crux at romster dot me
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: e2fsprogs ntfs-3g
name=partclone
version=0.2.89
version=0.3.13
release=1
source=(https://downloads.sourceforge.net/project/$name/stable/$version/$name-$version.tar.gz)
source=(https://partclone.nchc.org.tw/download/unstable/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen
./configure \
--prefix=/usr \
--enable-extfs \